← Finland

Trains At Finnish Station

GET /finland/rail/station/:code

Trains currently at or passing through a specific station (use the short code from /finland/rail/stations).

See it visualized

Parameters

code required

Station short code (e.g. HKI for Helsinki)

minutes optional default: 15

Window minutes before+after

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/finland/rail/station/HKI?minutes=30

Live Response

{
  "data": [
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:30:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:33:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:33:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:35:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:35:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:41:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:00.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:00.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:14:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:14:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:20:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:22:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:29:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:29:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:31:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:31:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:35:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:35:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:38:30.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:38:30.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:40:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:40:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:43:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:43:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:46:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:46:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:51:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:00:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:04:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:04:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:07:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:07:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:08:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:08:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:11:00.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:11:00.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:15:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:15:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:19:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:19:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:23:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:23:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:27:00.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:27:00.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:30:00.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:30:00.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:33:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:33:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:38:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:41:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:45:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:45:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:50:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:50:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:56:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:57:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:05:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:05:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:09:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:14:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:17:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:17:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:20:32.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:20:32.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:28:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:28:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:40:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:41:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:52:03.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:52:03.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:54:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:56:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:06:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:06:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:11:33.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:11:33.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:17:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:18:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:36:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:36:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:40:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:41:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:52:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:52:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:55:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:55:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:00:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:00:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:06:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:06:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:11:30.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:11:30.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:12:47.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:12:47.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:13:27.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:13:27.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:14:00.000Z",
          "stationShortCode": "JNS",
          "stationUICCode": 460,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 11,
      "trainType": "IC",
      "version": 293814051362
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:29:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:29:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:29:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:29:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:30:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:30:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:32:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:32:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:32:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:32:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:38.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:38.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:12.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:12.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:51:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:51:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:10:21.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:10:21.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:11:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:11:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:13:30.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:13:30.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:16:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:16:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:18:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:18:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:20:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:20:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:23:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:23:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:30:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:30:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:32:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:32:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:33:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:33:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:36:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:36:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:39:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:39:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:42:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:42:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:44:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:44:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:46:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:46:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:49:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:49:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:52:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:52:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:58:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:02:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:09:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:09:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:12:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:12:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:15:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:15:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:18:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:18:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:21:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:21:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:25:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:25:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:28:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:28:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:31:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:31:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:35:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:36:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:39:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:39:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:42:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:42:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:45:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:45:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:47:30.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:47:30.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:51:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:51:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "753",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:56:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "753",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T17:59:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:03:30.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:03:30.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:08:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:08:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:09:30.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:09:30.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:13:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:13:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:17:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:27:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:34:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:34:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:38:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:38:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:41:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:41:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:44:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:44:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:47:30.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:47:30.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:50:30.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:50:30.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:53:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:53:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:56:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T18:56:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:00:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:00:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:03:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:03:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:06:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:06:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:11:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:12:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:16:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:16:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:21:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:21:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:30:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:33:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:39:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:39:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:42:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:42:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:45:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:45:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:50:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:50:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:56:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:56:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:59:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T19:59:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:03:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:03:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:08:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:10:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:17:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:17:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:24:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:24:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:29:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:29:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:35:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:35:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:37:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:37:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:40:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:40:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:45:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:45:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:51:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:51:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:55:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:55:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:59:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T20:59:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T21:05:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T21:06:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T21:11:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T21:11:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T21:16:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 29,
      "trainType": "IC",
      "version": 293814051289
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T11:45:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:45:00.000Z",
          "stationShortCode": "VS",
          "stationUICCode": 288,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T11:44:41.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:00:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:00:00.000Z",
          "stationShortCode": "LAI",
          "stationUICCode": 293,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:00:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:00:00.000Z",
          "stationShortCode": "LAI",
          "stationUICCode": 293,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:05:42.000Z",
          "scheduledTime": "2026-06-26T12:05:00.000Z",
          "stationShortCode": "TK",
          "stationUICCode": 294,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:06:42.000Z",
          "scheduledTime": "2026-06-26T12:06:00.000Z",
          "stationShortCode": "TK",
          "stationUICCode": 294,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:15:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:15:00.000Z",
          "stationShortCode": "IKY",
          "stationUICCode": 295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:15:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:15:00.000Z",
          "stationShortCode": "IKY",
          "stationUICCode": 295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:20:42.000Z",
          "scheduledTime": "2026-06-26T12:20:00.000Z",
          "stationShortCode": "YST",
          "stationUICCode": 296,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:20:42.000Z",
          "scheduledTime": "2026-06-26T12:20:00.000Z",
          "stationShortCode": "YST",
          "stationUICCode": 296,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:39:42.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L201",
              "thirdCategoryCodeId": 16913665
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-06-26T12:34:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:43:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T12:38:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:47:06.000Z",
          "scheduledTime": "2026-06-26T12:42:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:46:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T12:42:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:49:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T12:45:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:49:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T12:45:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:50:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:47:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:50:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:47:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:54:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:51:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:54:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:51:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:56:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:54:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:56:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:54:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:01:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T12:56:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:01:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T12:56:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:04:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:00:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:04:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:00:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:06:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:02:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:06:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:02:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:09:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:05:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:09:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:05:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:11:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:08:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:11:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:08:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:15:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T13:11:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:16:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:12:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:20:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:15:30.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:20:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:15:30.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:23:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:19:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:23:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:19:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:28:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "301",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-06-26T13:23:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:28:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "301",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T13:26:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:32:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:31:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:32:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:31:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:35:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:34:30.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:35:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:34:30.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:37:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:37:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:37:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:37:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:40:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:40:30.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:40:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:40:30.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:45:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:45:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:44:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:53:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T13:51:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:00:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:00:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:06:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:06:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:08:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:08:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:10:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:10:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:12:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:12:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:14:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:14:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:17:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:17:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:21:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:21:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:24:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:24:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:24:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:24:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:26:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:26:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:29:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:29:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:33:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:36:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:36:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:38:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:38:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:40:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:40:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:43:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:43:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:46:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:46:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:46:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:46:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:48:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:50:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T15:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T15:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:10:34.000Z",
          "scheduledTime": "2026-06-26T15:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:10:34.000Z",
          "scheduledTime": "2026-06-26T15:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:18:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:18:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:24.000Z",
          "scheduledTime": "2026-06-26T15:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:24.000Z",
          "scheduledTime": "2026-06-26T15:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:59.000Z",
          "scheduledTime": "2026-06-26T15:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:59.000Z",
          "scheduledTime": "2026-06-26T15:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:17.000Z",
          "scheduledTime": "2026-06-26T15:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:17.000Z",
          "scheduledTime": "2026-06-26T15:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:49.000Z",
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:49.000Z",
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:15.000Z",
          "scheduledTime": "2026-06-26T15:18:26.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:15.000Z",
          "scheduledTime": "2026-06-26T15:18:26.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:43.000Z",
          "scheduledTime": "2026-06-26T15:19:04.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:43.000Z",
          "scheduledTime": "2026-06-26T15:19:04.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:39.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:39.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:20.000Z",
          "scheduledTime": "2026-06-26T15:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:20.000Z",
          "scheduledTime": "2026-06-26T15:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:53.000Z",
          "scheduledTime": "2026-06-26T15:22:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:53.000Z",
          "scheduledTime": "2026-06-26T15:23:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:24.000Z",
          "scheduledTime": "2026-06-26T15:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:24.000Z",
          "scheduledTime": "2026-06-26T15:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:07.000Z",
          "scheduledTime": "2026-06-26T15:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:07.000Z",
          "scheduledTime": "2026-06-26T15:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:39.000Z",
          "scheduledTime": "2026-06-26T15:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:39.000Z",
          "scheduledTime": "2026-06-26T15:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:13.000Z",
          "scheduledTime": "2026-06-26T15:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:13.000Z",
          "scheduledTime": "2026-06-26T15:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:48.000Z",
          "scheduledTime": "2026-06-26T15:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:48.000Z",
          "scheduledTime": "2026-06-26T15:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:04.000Z",
          "scheduledTime": "2026-06-26T15:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:04.000Z",
          "scheduledTime": "2026-06-26T15:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:44.000Z",
          "scheduledTime": "2026-06-26T15:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:44.000Z",
          "scheduledTime": "2026-06-26T15:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:38.000Z",
          "scheduledTime": "2026-06-26T15:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:38.000Z",
          "scheduledTime": "2026-06-26T15:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:56.000Z",
          "scheduledTime": "2026-06-26T15:32:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:56.000Z",
          "scheduledTime": "2026-06-26T15:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:12.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 50,
      "trainType": "S",
      "version": 293814059000
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T07:03:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T07:03:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "B4",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T06:46:13.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T07:15:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T07:16:00.000Z",
          "stationShortCode": "PKL",
          "stationUICCode": 819,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T07:15:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T07:16:00.000Z",
          "stationShortCode": "PKL",
          "stationUICCode": 819,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T07:23:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-06-26T07:26:00.000Z",
          "stationShortCode": "MH",
          "stationUICCode": 375,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T07:28:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T07:27:00.000Z",
          "stationShortCode": "MH",
          "stationUICCode": 375,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T07:34:00.000Z",
          "scheduledTime": "2026-06-26T07:34:00.000Z",
          "stationShortCode": "HYR",
          "stationUICCode": 1348,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T07:34:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T07:34:00.000Z",
          "stationShortCode": "HYR",
          "stationUICCode": 1348,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T07:40:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T07:41:00.000Z",
          "stationShortCode": "UTJ",
          "stationUICCode": 376,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T07:44:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T07:44:00.000Z",
          "stationShortCode": "UTJ",
          "stationUICCode": 376,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T07:52:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T07:53:00.000Z",
          "stationShortCode": "NSK",
          "stationUICCode": 1353,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T07:52:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T07:53:00.000Z",
          "stationShortCode": "NSK",
          "stationUICCode": 1353,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T07:57:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T07:58:00.000Z",
          "stationShortCode": "NUA",
          "stationUICCode": 1361,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T07:57:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T07:58:00.000Z",
          "stationShortCode": "NUA",
          "stationUICCode": 1361,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T08:02:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T08:03:00.000Z",
          "stationShortCode": "VAA",
          "stationUICCode": 377,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:05:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T08:04:00.000Z",
          "stationShortCode": "VAA",
          "stationUICCode": 377,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T08:14:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T08:15:00.000Z",
          "stationShortCode": "LMP",
          "stationUICCode": 1354,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:14:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T08:15:00.000Z",
          "stationShortCode": "LMP",
          "stationUICCode": 1354,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T08:20:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T08:22:00.000Z",
          "stationShortCode": "KVJ",
          "stationUICCode": 378,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:20:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T08:22:00.000Z",
          "stationShortCode": "KVJ",
          "stationUICCode": 378,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T08:28:58.000Z",
          "scheduledTime": "2026-06-26T08:30:00.000Z",
          "stationShortCode": "MLL",
          "stationUICCode": 1355,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:27:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-06-26T08:30:00.000Z",
          "stationShortCode": "MLL",
          "stationUICCode": 1355,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T08:32:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-06-26T08:35:00.000Z",
          "stationShortCode": "PTO",
          "stationUICCode": 379,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:36:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T08:36:00.000Z",
          "stationShortCode": "PTO",
          "stationUICCode": 379,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T08:40:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T08:40:00.000Z",
          "stationShortCode": "KSN",
          "stationUICCode": 1356,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:40:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T08:40:00.000Z",
          "stationShortCode": "KSN",
          "stationUICCode": 1356,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T08:47:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T08:49:00.000Z",
          "stationShortCode": "KON",
          "stationUICCode": 390,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T08:51:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T08:51:00.000Z",
          "stationShortCode": "KON",
          "stationUICCode": 390,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T09:01:05.000Z",
          "scheduledTime": "2026-06-26T09:00:25.000Z",
          "stationShortCode": "KAO",
          "stationUICCode": 1090,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T09:01:05.000Z",
          "scheduledTime": "2026-06-26T09:00:25.000Z",
          "stationShortCode": "KAO",
          "stationUICCode": 1090,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T09:08:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T09:08:00.000Z",
          "stationShortCode": "KAJ",
          "stationUICCode": 387,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T09:12:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T09:11:00.000Z",
          "stationShortCode": "KAJ",
          "stationUICCode": 387,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T09:24:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T09:24:00.000Z",
          "stationShortCode": "MUR",
          "stationUICCode": 386,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T09:24:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T09:24:00.000Z",
          "stationShortCode": "MUR",
          "stationUICCode": 386,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T09:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T09:38:00.000Z",
          "stationShortCode": "SKV",
          "stationUICCode": 424,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T09:39:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T09:39:00.000Z",
          "stationShortCode": "SKV",
          "stationUICCode": 424,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T09:51:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T09:52:00.000Z",
          "stationShortCode": "KPL",
          "stationUICCode": 423,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T09:51:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T09:52:00.000Z",
          "stationShortCode": "KPL",
          "stationUICCode": 423,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T09:56:58.000Z",
          "scheduledTime": "2026-06-26T09:58:00.000Z",
          "stationShortCode": "SOA",
          "stationUICCode": 422,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T09:56:58.000Z",
          "scheduledTime": "2026-06-26T09:58:00.000Z",
          "stationShortCode": "SOA",
          "stationUICCode": 422,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:02:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T10:04:00.000Z",
          "stationShortCode": "ILM",
          "stationUICCode": 420,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:06:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:06:00.000Z",
          "stationShortCode": "ILM",
          "stationUICCode": 420,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T10:07:16.000Z",
          "scheduledTime": "2026-06-26T10:07:14.000Z",
          "stationShortCode": "ITR",
          "stationUICCode": 1049,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T10:07:16.000Z",
          "scheduledTime": "2026-06-26T10:07:14.000Z",
          "stationShortCode": "ITR",
          "stationUICCode": 1049,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T10:09:32.000Z",
          "scheduledTime": "2026-06-26T10:09:32.000Z",
          "stationShortCode": "PMI",
          "stationUICCode": 882,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T10:09:32.000Z",
          "scheduledTime": "2026-06-26T10:09:32.000Z",
          "stationShortCode": "PMI",
          "stationUICCode": 882,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:14:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T10:15:00.000Z",
          "stationShortCode": "TE",
          "stationUICCode": 1268,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:14:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T10:15:00.000Z",
          "stationShortCode": "TE",
          "stationUICCode": 1268,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:21:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T10:23:00.000Z",
          "stationShortCode": "LNA",
          "stationUICCode": 416,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:24:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:24:00.000Z",
          "stationShortCode": "LNA",
          "stationUICCode": 416,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:36:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:35:00.000Z",
          "stationShortCode": "APT",
          "stationUICCode": 415,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:36:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:35:00.000Z",
          "stationShortCode": "APT",
          "stationUICCode": 415,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:45:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:45:00.000Z",
          "stationShortCode": "SIJ",
          "stationUICCode": 413,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:46:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:46:00.000Z",
          "stationShortCode": "SIJ",
          "stationUICCode": 413,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:52:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T10:53:00.000Z",
          "stationShortCode": "TOI",
          "stationUICCode": 412,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:52:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T10:53:00.000Z",
          "stationShortCode": "TOI",
          "stationUICCode": 412,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:54:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T10:57:49.000Z",
          "stationShortCode": "SOR",
          "stationUICCode": 870,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:54:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T10:57:49.000Z",
          "stationShortCode": "SOR",
          "stationUICCode": 870,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:02:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T11:05:11.000Z",
          "stationShortCode": "KUOT",
          "stationUICCode": 1139,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:02:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T11:05:11.000Z",
          "stationShortCode": "KUOT",
          "stationUICCode": 1139,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:03:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-06-26T11:06:00.000Z",
          "stationShortCode": "KUO",
          "stationUICCode": 408,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:11:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:11:00.000Z",
          "stationShortCode": "KUO",
          "stationUICCode": 408,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:14:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T11:12:30.000Z",
          "stationShortCode": "ILH",
          "stationUICCode": 1366,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:14:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T11:12:30.000Z",
          "stationShortCode": "ILH",
          "stationUICCode": 1366,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:21:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:22:00.000Z",
          "stationShortCode": "KRM",
          "stationUICCode": 406,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:21:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:22:00.000Z",
          "stationShortCode": "KRM",
          "stationUICCode": 406,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:25:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:26:00.000Z",
          "stationShortCode": "ARL",
          "stationUICCode": 869,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:25:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:26:00.000Z",
          "stationShortCode": "ARL",
          "stationUICCode": 869,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:30:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:31:00.000Z",
          "stationShortCode": "SLN",
          "stationUICCode": 405,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:30:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:31:00.000Z",
          "stationShortCode": "SLN",
          "stationUICCode": 405,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:36:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:38:00.000Z",
          "stationShortCode": "SNJ",
          "stationUICCode": 404,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:40:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:39:00.000Z",
          "stationShortCode": "SNJ",
          "stationUICCode": 404,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:45:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:46:00.000Z",
          "stationShortCode": "MRK",
          "stationUICCode": 896,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:45:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:46:00.000Z",
          "stationShortCode": "MRK",
          "stationUICCode": 896,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:51:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:52:00.000Z",
          "stationShortCode": "HPS",
          "stationUICCode": 402,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:55:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:55:00.000Z",
          "stationShortCode": "HPS",
          "stationUICCode": 402,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:07:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:08:00.000Z",
          "stationShortCode": "PM",
          "stationUICCode": 400,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:13:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:13:00.000Z",
          "stationShortCode": "PM",
          "stationUICCode": 400,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:22:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:22:30.000Z",
          "stationShortCode": "LOL",
          "stationUICCode": 861,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:22:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:22:30.000Z",
          "stationShortCode": "LOL",
          "stationUICCode": 861,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:30:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:30:00.000Z",
          "stationShortCode": "HAU",
          "stationUICCode": 549,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:30:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:30:00.000Z",
          "stationShortCode": "HAU",
          "stationUICCode": 549,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:36:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:37:30.000Z",
          "stationShortCode": "KSA",
          "stationUICCode": 548,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:36:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:37:30.000Z",
          "stationShortCode": "KSA",
          "stationUICCode": 548,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:42:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:43:00.000Z",
          "stationShortCode": "HIR",
          "stationUICCode": 997,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:42:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:43:00.000Z",
          "stationShortCode": "HIR",
          "stationUICCode": 997,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:50:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T12:53:00.000Z",
          "stationShortCode": "MI",
          "stationUICCode": 546,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:57:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:57:00.000Z",
          "stationShortCode": "MI",
          "stationUICCode": 546,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:06:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:05:00.000Z",
          "stationShortCode": "OT",
          "stationUICCode": 545,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:06:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:05:00.000Z",
          "stationShortCode": "OT",
          "stationUICCode": 545,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:12:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:11:00.000Z",
          "stationShortCode": "LKL",
          "stationUICCode": 993,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:12:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:11:00.000Z",
          "stationShortCode": "LKL",
          "stationUICCode": 993,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:14:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:14:00.000Z",
          "stationShortCode": "MYT",
          "stationUICCode": 543,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:14:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:14:00.000Z",
          "stationShortCode": "MYT",
          "stationUICCode": 543,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:22:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:20:00.000Z",
          "stationShortCode": "MR",
          "stationUICCode": 544,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:24:00.000Z",
          "stationShortCode": "MR",
          "stationUICCode": 544,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:33:00.000Z",
          "stationShortCode": "KII",
          "stationUICCode": 1120,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:33:00.000Z",
          "stationShortCode": "KII",
          "stationUICCode": 1120,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:40:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:41:00.000Z",
          "stationShortCode": "HLS",
          "stationUICCode": 988,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:43:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:42:00.000Z",
          "stationShortCode": "HLS",
          "stationUICCode": 988,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:50:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:49:00.000Z",
          "stationShortCode": "VHJ",
          "stationUICCode": 541,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:50:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:49:00.000Z",
          "stationShortCode": "VHJ",
          "stationUICCode": 541,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:56:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:56:00.000Z",
          "stationShortCode": "SPÄ",
          "stationUICCode": 539,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:56:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:56:00.000Z",
          "stationShortCode": "SPÄ",
          "stationUICCode": 539,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:59:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:01:00.000Z",
          "stationShortCode": "HJ",
          "stationUICCode": 985,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:59:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:01:00.000Z",
          "stationShortCode": "HJ",
          "stationUICCode": 985,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:07:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:09:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:20:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:19:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:14:48.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:24:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:24:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:24:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:24:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:26:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:26:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:26:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:26:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:29:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:29:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:29:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:29:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:30:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:30:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:30:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:30:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:34:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:34:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:34:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:34:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:38:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:38:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:40:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:39:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:40:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:39:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:47:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:47:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:50:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:50:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:55:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:55:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:55:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:03:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:03:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:07:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:07:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:16:56.000Z",
          "scheduledTime": "2026-06-26T15:17:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:16:56.000Z",
          "scheduledTime": "2026-06-26T15:17:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:18:26.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:18:26.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:02.000Z",
          "scheduledTime": "2026-06-26T15:20:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:02.000Z",
          "scheduledTime": "2026-06-26T15:20:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:18.000Z",
          "scheduledTime": "2026-06-26T15:22:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:47.000Z",
          "scheduledTime": "2026-06-26T15:22:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:18.000Z",
          "scheduledTime": "2026-06-26T15:23:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:18.000Z",
          "scheduledTime": "2026-06-26T15:23:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:46.000Z",
          "scheduledTime": "2026-06-26T15:23:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:46.000Z",
          "scheduledTime": "2026-06-26T15:23:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:23.000Z",
          "scheduledTime": "2026-06-26T15:24:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:23.000Z",
          "scheduledTime": "2026-06-26T15:24:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:21.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:21.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:40.000Z",
          "scheduledTime": "2026-06-26T15:25:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:40.000Z",
          "scheduledTime": "2026-06-26T15:25:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:07.000Z",
          "scheduledTime": "2026-06-26T15:27:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:07.000Z",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:38.000Z",
          "scheduledTime": "2026-06-26T15:29:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:38.000Z",
          "scheduledTime": "2026-06-26T15:29:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:24.000Z",
          "scheduledTime": "2026-06-26T15:30:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:24.000Z",
          "scheduledTime": "2026-06-26T15:30:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:30.000Z",
          "scheduledTime": "2026-06-26T15:31:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:30.000Z",
          "scheduledTime": "2026-06-26T15:31:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:20.000Z",
          "scheduledTime": "2026-06-26T15:32:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:20.000Z",
          "scheduledTime": "2026-06-26T15:32:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:14.000Z",
          "scheduledTime": "2026-06-26T15:33:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:14.000Z",
          "scheduledTime": "2026-06-26T15:33:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:30.000Z",
          "scheduledTime": "2026-06-26T15:33:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:30.000Z",
          "scheduledTime": "2026-06-26T15:33:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:30.000Z",
          "scheduledTime": "2026-06-26T15:34:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:30.000Z",
          "scheduledTime": "2026-06-26T15:34:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:54.000Z",
          "scheduledTime": "2026-06-26T15:35:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:54.000Z",
          "scheduledTime": "2026-06-26T15:35:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:37:14.000Z",
          "scheduledTime": "2026-06-26T15:37:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:38:14.000Z",
          "scheduledTime": "2026-06-26T15:38:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:44:00.000Z",
          "scheduledTime": "2026-06-26T15:44:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 68,
      "trainType": "IC",
      "version": 293814058932
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T11:18:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:18:00.000Z",
          "stationShortCode": "JY",
          "stationUICCode": 240,
          "stopSector": "B4",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T11:09:08.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:27:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:27:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:27:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:27:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:37:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T11:36:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:38:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T11:36:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:45:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:45:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:45:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:45:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:48:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:48:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:50:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:49:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:03:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:00:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:03:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:00:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:10:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:07:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:10:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:07:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:15:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:12:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:15:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:12:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:19:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:16:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:19:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:16:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:27:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:25:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:28:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:26:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:39:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:37:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:39:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:37:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:50:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T12:48:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:50:51.000Z",
          "scheduledTime": "2026-06-26T12:48:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:53:54.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "A",
              "categoryCodeId": 318834762,
              "detailedCategoryCode": "A2",
              "detailedCategoryCodeId": 118685960
            }
          ],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T12:50:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:04:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:04:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T12:59:14.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:11:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:10:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:11:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:10:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:13:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:12:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:13:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:12:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:15:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:15:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:17:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:16:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:20:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:19:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:20:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:19:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:22:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:21:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:22:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:21:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:25:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:25:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:26:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:26:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:30:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:31:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:30:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:31:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:33:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:34:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:33:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:34:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:34:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:35:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:34:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:35:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:37:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:38:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:37:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:38:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:39:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:41:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:39:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:41:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:44:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:45:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:48:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:47:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:51:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:52:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:51:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:52:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:54:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:54:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:54:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:54:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:56:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:56:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:56:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:56:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:59:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:59:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:59:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:59:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:01:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:02:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:01:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:02:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:02:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:02:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:05:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:02:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:07:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:04:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:09:56.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "M",
              "categoryCodeId": 453052490,
              "detailedCategoryCode": "M1",
              "detailedCategoryCodeId": 18546952
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:06:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:13:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:10:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:13:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:10:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:16:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:12:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:16:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:12:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:17:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:14:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:17:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:14:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:18:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:16:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:18:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:16:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:23:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:29:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:35:14.000Z",
          "scheduledTime": "2026-06-26T14:25:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:35:14.000Z",
          "scheduledTime": "2026-06-26T14:25:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:37:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-06-26T14:26:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:37:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-06-26T14:26:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:38:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-06-26T14:28:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:28:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:44:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 15,
          "scheduledTime": "2026-06-26T14:29:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:44:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 15,
          "scheduledTime": "2026-06-26T14:29:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:46:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:32:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:46:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:32:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:47:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:33:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:47:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:33:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 15,
          "scheduledTime": "2026-06-26T14:35:03.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:50:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 15,
          "scheduledTime": "2026-06-26T14:35:03.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:51:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:37:12.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:37:12.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:52:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:38:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:52:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:38:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:39:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:52:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:39:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:53:48.000Z",
          "scheduledTime": "2026-06-26T14:40:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:53:48.000Z",
          "scheduledTime": "2026-06-26T14:40:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:40:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:40:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:20.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "R",
              "categoryCodeId": 419498058,
              "detailedCategoryCode": "R1",
              "detailedCategoryCodeId": 18415880
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:42:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:57:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:58:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:44:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:58:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:44:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:59:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:45:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:59:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 14,
          "scheduledTime": "2026-06-26T14:45:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:59:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:59:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:47:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:47:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:48:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:48:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:48:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:48:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:49:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:49:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:50:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:50:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 13,
          "scheduledTime": "2026-06-26T14:53:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-06-26T14:59:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2025-12-11T05:56:21.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 86,
      "trainType": "IC",
      "version": 293814058875
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:00:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:52:47.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:06:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:06:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:07:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:06:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:07:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:06:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:08:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:11:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:11:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:16:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:16:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:17:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:17:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:18:00.000Z",
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:18:00.000Z",
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:18:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:18:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:18:56.000Z",
          "scheduledTime": "2026-06-26T15:18:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:19:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:19:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:34.000Z",
          "scheduledTime": "2026-06-26T15:19:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:00.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:00.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:47.000Z",
          "scheduledTime": "2026-06-26T15:20:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:47.000Z",
          "scheduledTime": "2026-06-26T15:20:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:17.000Z",
          "scheduledTime": "2026-06-26T15:22:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:17.000Z",
          "scheduledTime": "2026-06-26T15:22:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:45.000Z",
          "scheduledTime": "2026-06-26T15:23:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:45.000Z",
          "scheduledTime": "2026-06-26T15:23:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:20.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:20.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:44.000Z",
          "scheduledTime": "2026-06-26T15:27:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:44.000Z",
          "scheduledTime": "2026-06-26T15:27:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:05.000Z",
          "scheduledTime": "2026-06-26T15:28:38.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:05.000Z",
          "scheduledTime": "2026-06-26T15:28:38.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:30.000Z",
          "scheduledTime": "2026-06-26T15:30:12.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:30.000Z",
          "scheduledTime": "2026-06-26T15:30:12.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:45.000Z",
          "scheduledTime": "2026-06-26T15:31:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:45.000Z",
          "scheduledTime": "2026-06-26T15:31:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:30.000Z",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:30.000Z",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:39:00.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:39:00.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:00.000Z",
          "scheduledTime": "2026-06-26T15:41:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:00.000Z",
          "scheduledTime": "2026-06-26T15:41:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:42:14.000Z",
          "scheduledTime": "2026-06-26T15:42:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:42:14.000Z",
          "scheduledTime": "2026-06-26T15:42:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:00.000Z",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:00.000Z",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:50:00.000Z",
          "scheduledTime": "2026-06-26T15:50:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:52:00.000Z",
          "scheduledTime": "2026-06-26T15:52:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:07.000Z",
          "scheduledTime": "2026-06-26T15:53:21.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:07.000Z",
          "scheduledTime": "2026-06-26T15:53:21.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:40.000Z",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:40.000Z",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:57:02.000Z",
          "scheduledTime": "2026-06-26T15:57:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:57:02.000Z",
          "scheduledTime": "2026-06-26T15:57:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:00:00.000Z",
          "scheduledTime": "2026-06-26T16:00:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:00:00.000Z",
          "scheduledTime": "2026-06-26T16:00:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:03:00.000Z",
          "scheduledTime": "2026-06-26T16:03:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:03:00.000Z",
          "scheduledTime": "2026-06-26T16:03:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:05:00.000Z",
          "scheduledTime": "2026-06-26T16:05:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:05:00.000Z",
          "scheduledTime": "2026-06-26T16:05:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:09:00.000Z",
          "scheduledTime": "2026-06-26T16:09:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:11:00.000Z",
          "scheduledTime": "2026-06-26T16:11:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:15:23.000Z",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:15:23.000Z",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:18:03.000Z",
          "scheduledTime": "2026-06-26T16:18:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:18:03.000Z",
          "scheduledTime": "2026-06-26T16:18:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:21:00.000Z",
          "scheduledTime": "2026-06-26T16:21:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:21:00.000Z",
          "scheduledTime": "2026-06-26T16:21:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:22:00.000Z",
          "scheduledTime": "2026-06-26T16:22:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:22:00.000Z",
          "scheduledTime": "2026-06-26T16:22:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:25:00.000Z",
          "scheduledTime": "2026-06-26T16:25:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:25:00.000Z",
          "scheduledTime": "2026-06-26T16:25:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:30:00.000Z",
          "scheduledTime": "2026-06-26T16:30:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:31:00.000Z",
          "scheduledTime": "2026-06-26T16:31:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:35:00.000Z",
          "scheduledTime": "2026-06-26T16:35:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:35:00.000Z",
          "scheduledTime": "2026-06-26T16:35:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:37:00.000Z",
          "scheduledTime": "2026-06-26T16:37:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:37:00.000Z",
          "scheduledTime": "2026-06-26T16:37:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:40:00.000Z",
          "scheduledTime": "2026-06-26T16:40:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:41:00.000Z",
          "scheduledTime": "2026-06-26T16:41:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:45:00.000Z",
          "scheduledTime": "2026-06-26T16:45:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:45:00.000Z",
          "scheduledTime": "2026-06-26T16:45:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:47:00.000Z",
          "scheduledTime": "2026-06-26T16:47:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:47:00.000Z",
          "scheduledTime": "2026-06-26T16:47:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:53:00.000Z",
          "scheduledTime": "2026-06-26T16:53:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:06:00.000Z",
          "scheduledTime": "2026-06-26T17:06:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:09:03.000Z",
          "scheduledTime": "2026-06-26T17:08:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:09:03.000Z",
          "scheduledTime": "2026-06-26T17:08:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:19:00.000Z",
          "scheduledTime": "2026-06-26T17:19:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:19:00.000Z",
          "scheduledTime": "2026-06-26T17:19:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:31:00.000Z",
          "scheduledTime": "2026-06-26T17:31:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:32:00.000Z",
          "scheduledTime": "2026-06-26T17:32:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:40:00.000Z",
          "scheduledTime": "2026-06-26T17:40:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:40:00.000Z",
          "scheduledTime": "2026-06-26T17:40:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:44:00.000Z",
          "scheduledTime": "2026-06-26T17:44:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:44:00.000Z",
          "scheduledTime": "2026-06-26T17:44:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:49:00.000Z",
          "scheduledTime": "2026-06-26T17:49:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:49:00.000Z",
          "scheduledTime": "2026-06-26T17:49:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:56:26.000Z",
          "scheduledTime": "2026-06-26T17:55:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T17:56:26.000Z",
          "scheduledTime": "2026-06-26T17:55:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:07:05.000Z",
          "scheduledTime": "2026-06-26T18:06:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:08:05.000Z",
          "scheduledTime": "2026-06-26T18:08:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:11:08.000Z",
          "scheduledTime": "2026-06-26T18:11:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:11:08.000Z",
          "scheduledTime": "2026-06-26T18:11:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:18:14.000Z",
          "scheduledTime": "2026-06-26T18:18:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:18:14.000Z",
          "scheduledTime": "2026-06-26T18:18:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:27:48.000Z",
          "scheduledTime": "2026-06-26T18:26:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:27:48.000Z",
          "scheduledTime": "2026-06-26T18:26:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T18:35:46.000Z",
          "scheduledTime": "2026-06-26T18:35:00.000Z",
          "stationShortCode": "JY",
          "stationUICCode": 240,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 89,
      "trainType": "S",
      "version": 293814059010
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T10:32:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:31:00.000Z",
          "stationShortCode": "JNS",
          "stationUICCode": 460,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T10:26:30.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:33:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T10:31:30.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:33:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T10:31:30.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:34:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T10:32:05.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:34:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T10:32:05.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:35:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T10:33:12.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:35:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T10:33:12.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:38:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:38:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:38:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:38:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:44:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:44:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:44:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T10:44:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:49:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:49:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:49:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:49:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T10:52:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:52:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T10:52:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T10:52:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:02:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:02:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:03:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T11:03:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:11:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "001",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T11:09:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:16:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "001",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T11:13:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:32:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:33:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:32:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T11:33:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T11:39:07.000Z",
          "scheduledTime": "2026-06-26T11:39:27.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T11:39:07.000Z",
          "scheduledTime": "2026-06-26T11:39:27.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:43:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T11:46:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T11:43:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T11:46:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T11:57:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T11:57:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:01:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:00:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:03:03.000Z",
          "scheduledTime": "2026-06-26T12:01:57.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T12:03:03.000Z",
          "scheduledTime": "2026-06-26T12:01:57.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:12:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:13:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:18:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:18:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:31:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:31:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:31:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:31:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:38:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:37:48.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:38:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T12:37:48.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:41:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:41:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:41:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:41:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:44:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T12:44:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:48:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T12:46:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:51:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T12:50:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:51:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T12:50:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T12:56:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:58:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T12:56:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T12:58:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:00:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-06-26T13:04:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:00:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-06-26T13:04:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:04:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T13:08:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:04:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T13:08:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:08:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-06-26T13:12:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:19:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:18:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:24:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:23:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:24:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:23:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:26:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:25:30.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:26:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T13:25:30.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:28:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:28:30.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:28:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:28:30.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:31:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:32:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:31:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:32:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:36:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:37:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:36:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:37:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:40:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:41:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:40:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T13:41:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:45:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:45:30.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:45:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:45:30.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:53:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:49:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:53:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:49:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:55:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:50:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:55:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T13:50:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:00:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-06-26T13:54:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:00:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-06-26T13:54:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:04:39.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "R",
              "categoryCodeId": 419498058,
              "detailedCategoryCode": "R1",
              "detailedCategoryCodeId": 18415880
            }
          ],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-06-26T13:58:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:08:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:07:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:12:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:12:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:12:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:12:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:14:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:14:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:14:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:14:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:16:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:17:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:16:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:17:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:17:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:18:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:17:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:18:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:21:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:22:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:21:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:22:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:26:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:26:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:27:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:27:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:27:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:27:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:29:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:30:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:29:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:30:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:34:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:35:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:38:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:38:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:44:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:44:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:48:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:48:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:48:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:51:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:57:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:57:30.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:57:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:57:30.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:04:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:04:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:06:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:08:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:06:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:10:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:10:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:12:11.000Z",
          "scheduledTime": "2026-06-26T15:11:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:12:11.000Z",
          "scheduledTime": "2026-06-26T15:11:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:15:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:15:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:18:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:15:59.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:18:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:15:59.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:18:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:17:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:18:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:17:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:04.000Z",
          "scheduledTime": "2026-06-26T15:17:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:04.000Z",
          "scheduledTime": "2026-06-26T15:17:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:39.000Z",
          "scheduledTime": "2026-06-26T15:18:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:39.000Z",
          "scheduledTime": "2026-06-26T15:18:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:55.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:55.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:35.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:35.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:50.000Z",
          "scheduledTime": "2026-06-26T15:21:07.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:50.000Z",
          "scheduledTime": "2026-06-26T15:21:07.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:08.000Z",
          "scheduledTime": "2026-06-26T15:22:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:08.000Z",
          "scheduledTime": "2026-06-26T15:23:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:00.000Z",
          "scheduledTime": "2026-06-26T15:29:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 114,
      "trainType": "S",
      "version": 293814059010
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:25:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:25:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:20:12.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:27:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:27:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:28:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:27:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:30:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:30:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:31:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:30:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:32:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:31:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:32:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:31:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:32:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:32:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:32:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:34:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:33:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:34:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:34:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:36:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:35:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:36:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:35:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:37:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:36:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:37:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:37:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:38:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:38:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:40:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:40:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:41:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:42:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:44:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:43:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:45:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:44:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:46:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:46:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:47:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:48:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:49:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:48:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:49:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:50:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:49:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:51:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:53:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:53:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9132,
      "trainType": "HL",
      "version": 293814058748
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:45:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:45:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:42:53.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:47:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:48:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:47:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:50:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:50:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:51:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:52:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:51:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:52:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:52:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:53:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:55:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:54:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:55:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:55:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:57:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:56:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:57:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:57:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:59:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:58:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:01:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:03:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:04:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:07:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:06:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:07:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:06:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:33.000Z",
          "scheduledTime": "2026-06-26T15:21:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9134,
      "trainType": "HL",
      "version": 293814058998
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:05:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:05:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T15:02:50.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:07:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:08:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:07:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:10:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:10:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:12:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:12:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:16:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:17:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:19:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:18:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:00.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:58.000Z",
          "scheduledTime": "2026-06-26T15:21:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:22.000Z",
          "scheduledTime": "2026-06-26T15:22:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:20.000Z",
          "scheduledTime": "2026-06-26T15:23:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:44.000Z",
          "scheduledTime": "2026-06-26T15:24:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:06.000Z",
          "scheduledTime": "2026-06-26T15:26:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:30.000Z",
          "scheduledTime": "2026-06-26T15:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:06.000Z",
          "scheduledTime": "2026-06-26T15:28:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:30.000Z",
          "scheduledTime": "2026-06-26T15:28:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:54.000Z",
          "scheduledTime": "2026-06-26T15:29:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:54.000Z",
          "scheduledTime": "2026-06-26T15:29:54.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:06.000Z",
          "scheduledTime": "2026-06-26T15:31:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:30.000Z",
          "scheduledTime": "2026-06-26T15:31:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:06.000Z",
          "scheduledTime": "2026-06-26T15:33:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:30.000Z",
          "scheduledTime": "2026-06-26T15:33:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:48.000Z",
          "scheduledTime": "2026-06-26T15:34:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:48.000Z",
          "scheduledTime": "2026-06-26T15:34:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:06.000Z",
          "scheduledTime": "2026-06-26T15:36:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:30.000Z",
          "scheduledTime": "2026-06-26T15:36:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:00.000Z",
          "scheduledTime": "2026-06-26T15:41:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9136,
      "trainType": "HL",
      "version": 293814059005
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:57:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:57:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:51:58.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:01:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:03:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:04:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:06:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:06:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:06:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:07:19.000Z",
          "scheduledTime": "2026-06-26T15:06:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:07:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:06:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:08:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:10:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:12:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:14:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:18:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:16:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:30.000Z",
          "scheduledTime": "2026-06-26T15:18:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:54.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:26.000Z",
          "scheduledTime": "2026-06-26T15:20:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:50.000Z",
          "scheduledTime": "2026-06-26T15:21:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:43.000Z",
          "scheduledTime": "2026-06-26T15:21:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:43.000Z",
          "scheduledTime": "2026-06-26T15:21:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:07.000Z",
          "scheduledTime": "2026-06-26T15:23:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:31.000Z",
          "scheduledTime": "2026-06-26T15:23:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:54.000Z",
          "scheduledTime": "2026-06-26T15:24:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:18.000Z",
          "scheduledTime": "2026-06-26T15:25:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:55.000Z",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:55.000Z",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:10.000Z",
          "scheduledTime": "2026-06-26T15:27:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:34.000Z",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:00.000Z",
          "scheduledTime": "2026-06-26T15:30:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:24.000Z",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:28.000Z",
          "scheduledTime": "2026-06-26T15:34:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9139,
      "trainType": "HL",
      "version": 293814059009
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:18:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:17:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "LIIKE",
            "timestamp": "2026-06-26T15:16:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:40.000Z",
          "scheduledTime": "2026-06-26T15:20:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:04.000Z",
          "scheduledTime": "2026-06-26T15:21:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:00.000Z",
          "scheduledTime": "2026-06-26T15:22:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:00.000Z",
          "scheduledTime": "2026-06-26T15:22:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:16.000Z",
          "scheduledTime": "2026-06-26T15:23:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:40.000Z",
          "scheduledTime": "2026-06-26T15:24:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:59.000Z",
          "scheduledTime": "2026-06-26T15:25:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:23.000Z",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:54.000Z",
          "scheduledTime": "2026-06-26T15:26:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:54.000Z",
          "scheduledTime": "2026-06-26T15:26:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:36.000Z",
          "scheduledTime": "2026-06-26T15:28:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:00.000Z",
          "scheduledTime": "2026-06-26T15:29:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:36.000Z",
          "scheduledTime": "2026-06-26T15:30:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:30.000Z",
          "scheduledTime": "2026-06-26T15:32:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:06.000Z",
          "scheduledTime": "2026-06-26T15:34:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:30.000Z",
          "scheduledTime": "2026-06-26T15:34:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:11.000Z",
          "scheduledTime": "2026-06-26T15:36:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:35.000Z",
          "scheduledTime": "2026-06-26T15:36:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:38:44.000Z",
          "scheduledTime": "2026-06-26T15:38:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:39:08.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:40:40.000Z",
          "scheduledTime": "2026-06-26T15:40:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:04.000Z",
          "scheduledTime": "2026-06-26T15:41:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:57.000Z",
          "scheduledTime": "2026-06-26T15:41:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:57.000Z",
          "scheduledTime": "2026-06-26T15:41:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:43:21.000Z",
          "scheduledTime": "2026-06-26T15:43:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:43:45.000Z",
          "scheduledTime": "2026-06-26T15:43:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:08.000Z",
          "scheduledTime": "2026-06-26T15:44:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:32.000Z",
          "scheduledTime": "2026-06-26T15:45:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:46:09.000Z",
          "scheduledTime": "2026-06-26T15:46:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:46:09.000Z",
          "scheduledTime": "2026-06-26T15:46:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:47:36.000Z",
          "scheduledTime": "2026-06-26T15:47:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:48:00.000Z",
          "scheduledTime": "2026-06-26T15:48:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:50:36.000Z",
          "scheduledTime": "2026-06-26T15:50:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:51:00.000Z",
          "scheduledTime": "2026-06-26T15:51:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:10.000Z",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9141,
      "trainType": "HL",
      "version": 293814059003
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:41:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:04:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:07:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:08:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:10:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:11:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:14:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9143,
      "trainType": "HL",
      "version": 293814050691
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T13:52:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:52:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T13:47:16.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:55:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:55:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:55:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T13:55:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T13:59:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:57:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T13:59:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:57:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:01:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T13:59:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:02:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:00:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:04:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:02:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:04:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:02:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:09:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:06:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:16:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:07:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:21:58.000Z",
          "scheduledTime": "2026-06-26T14:11:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:21:58.000Z",
          "scheduledTime": "2026-06-26T14:11:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:23:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-06-26T14:13:06.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:24:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-06-26T14:13:36.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:26:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:16:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:28:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:16:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:30:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:18:36.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:30:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:19:06.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:21:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:21:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:35:32.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "R",
              "categoryCodeId": 419498058,
              "detailedCategoryCode": "R1",
              "detailedCategoryCodeId": 18415880
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-06-26T14:23:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:36:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:27:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:39:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:29:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:39:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:29:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:40:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:30:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:40:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:30:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:41:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:31:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:41:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:31:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:41:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:32:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:41:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:32:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:32:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:32:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:42:56.000Z",
          "scheduledTime": "2026-06-26T14:33:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:42:56.000Z",
          "scheduledTime": "2026-06-26T14:33:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:43:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:34:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:43:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:34:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:44:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:35:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:45:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:36:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:47:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:37:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:47:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:37:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:47:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:38:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:47:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "scheduledTime": "2026-06-26T14:38:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:39:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:48:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:39:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:49:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:40:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:49:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:40:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:49:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:41:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:49:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:41:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:41:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:50:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:41:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-06-26T14:42:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:50:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-06-26T14:42:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-06-26T14:43:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:52:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-06-26T14:43:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:44:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:45:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:58:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-06-26T14:50:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9692,
      "trainType": "HL",
      "version": 293814058716
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:21:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_USER",
          "liveEstimateTime": "2026-06-26T14:21:00.000Z",
          "scheduledTime": "2026-06-26T14:19:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:20:26.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:25:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:22:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:25:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:22:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:28:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:24:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:28:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:24:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:30:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:26:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:31:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:27:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:33:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:29:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-06-26T14:29:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:38:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-06-26T14:33:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:38:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:37:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:43:54.000Z",
          "scheduledTime": "2026-06-26T14:41:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:43:54.000Z",
          "scheduledTime": "2026-06-26T14:41:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:45:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:43:06.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:46:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:46:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:48:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:49:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:51:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:52:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:54:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:54:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:59:05.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "R",
              "categoryCodeId": 419498058,
              "detailedCategoryCode": "R1",
              "detailedCategoryCodeId": 18415880
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:56:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:59:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:57:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:59:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T14:59:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:00:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:00:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:01:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:01:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:02:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:02:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:02:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:02:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:06:25.000Z",
          "scheduledTime": "2026-06-26T15:03:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:06:25.000Z",
          "scheduledTime": "2026-06-26T15:03:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:06:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:04:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:06:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:04:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:05:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:08:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:07:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:07:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:08:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:08:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:09:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:09:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:10:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:10:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:11:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:11:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:11:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:11:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:12:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:12:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:13:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:13:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:14:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:11.000Z",
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9696,
      "trainType": "HL",
      "version": 293814058997
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:07:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T15:05:04.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:11:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:12:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:14:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:14:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:15:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:15:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:16:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:16:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:17:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:16:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:17:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:18:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:18:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:18:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:18:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:19.000Z",
          "scheduledTime": "2026-06-26T15:20:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:00.000Z",
          "scheduledTime": "2026-06-26T15:21:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:17.000Z",
          "scheduledTime": "2026-06-26T15:22:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:17.000Z",
          "scheduledTime": "2026-06-26T15:22:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:38.000Z",
          "scheduledTime": "2026-06-26T15:22:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:38.000Z",
          "scheduledTime": "2026-06-26T15:22:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:36.000Z",
          "scheduledTime": "2026-06-26T15:23:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:36.000Z",
          "scheduledTime": "2026-06-26T15:23:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:18.000Z",
          "scheduledTime": "2026-06-26T15:24:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:18.000Z",
          "scheduledTime": "2026-06-26T15:24:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:48.000Z",
          "scheduledTime": "2026-06-26T15:24:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:48.000Z",
          "scheduledTime": "2026-06-26T15:24:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:36.000Z",
          "scheduledTime": "2026-06-26T15:25:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:36.000Z",
          "scheduledTime": "2026-06-26T15:25:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:36.000Z",
          "scheduledTime": "2026-06-26T15:27:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:36.000Z",
          "scheduledTime": "2026-06-26T15:27:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:20.000Z",
          "scheduledTime": "2026-06-26T15:29:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:00.000Z",
          "scheduledTime": "2026-06-26T15:33:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:00.000Z",
          "scheduledTime": "2026-06-26T15:35:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:00.000Z",
          "scheduledTime": "2026-06-26T15:35:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:37:30.000Z",
          "scheduledTime": "2026-06-26T15:37:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:38:00.000Z",
          "scheduledTime": "2026-06-26T15:38:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:40:11.000Z",
          "scheduledTime": "2026-06-26T15:40:06.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:40:41.000Z",
          "scheduledTime": "2026-06-26T15:40:36.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:43:00.000Z",
          "scheduledTime": "2026-06-26T15:43:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:43:30.000Z",
          "scheduledTime": "2026-06-26T15:43:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:00.000Z",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:00.000Z",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:49:30.000Z",
          "scheduledTime": "2026-06-26T15:49:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:50:00.000Z",
          "scheduledTime": "2026-06-26T15:50:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:00.000Z",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:54:00.000Z",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:56:50.000Z",
          "scheduledTime": "2026-06-26T15:56:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:57:20.000Z",
          "scheduledTime": "2026-06-26T15:57:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:59:00.000Z",
          "scheduledTime": "2026-06-26T15:59:00.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:59:00.000Z",
          "scheduledTime": "2026-06-26T15:59:00.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:02:00.000Z",
          "scheduledTime": "2026-06-26T16:02:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:02:00.000Z",
          "scheduledTime": "2026-06-26T16:02:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T16:05:20.000Z",
          "scheduledTime": "2026-06-26T16:05:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9709,
      "trainType": "HL",
      "version": 293814059001
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:51:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:51:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:57:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:57:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:04:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:04:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:07:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:06.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:36.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:12:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:13:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:19:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:23:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:29:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:30:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:32:00.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:32:00.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:35:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:35:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:38:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9711,
      "trainType": "HL",
      "version": 293814031306
    },
    {
      "cancelled": false,
      "commuterLineID": "Z",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:09:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:09:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:05:13.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:15:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:15:12.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:15:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:15:12.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:22:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:21:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:22:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:22:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:27:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:27:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:27:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:27:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:32:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:32:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:33:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:37:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:37:18.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:37:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:37:18.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:43:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:48:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:48:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:48:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:50:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:50:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:51:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:53:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:53:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:55:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:55:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:57:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:57:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:57:54.000Z",
          "scheduledTime": "2026-06-26T14:57:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T14:57:54.000Z",
          "scheduledTime": "2026-06-26T14:57:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:58:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:58:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:58:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:58:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:59:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:01:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:01:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:03:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:03:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:04:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:04:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:04:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:06:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:06:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:06:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:06:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:07:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:07:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:08:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9852,
      "trainType": "HL",
      "version": 293814058939
    },
    {
      "cancelled": false,
      "commuterLineID": "Z",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:57:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:57:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:07:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:08:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:14:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:20:12.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:20:12.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:24:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:25:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:30:06.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:30:06.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:35:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:36:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:43:24.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:43:24.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:50:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9863,
      "trainType": "HL",
      "version": 293814046807
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:40:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:39:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:39:10.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:40:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:40:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:41:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:41:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:43:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:41:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:43:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:41:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:44:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:42:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:44:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:43:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:46:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:45:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:46:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:45:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:47:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:45:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:47:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:46:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:49:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:47:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:49:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:48:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:53:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18166,
      "trainType": "HL",
      "version": 293814058650
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:54:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:51:23.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:55:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:57:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:57:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:58:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:58:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:00:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:01:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:03:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18170,
      "trainType": "HL",
      "version": 293814058854
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T15:07:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:11:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:11:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:12:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:15:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:16:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:19:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:17:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:08.000Z",
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:00.000Z",
          "scheduledTime": "2026-06-26T15:23:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18172,
      "trainType": "HL",
      "version": 293814059005
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:03:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:03:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:58:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:07:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:07:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:09:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:11:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:12:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18175,
      "trainType": "HL",
      "version": 293814058974
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:24:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:25:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:25:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:26:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:27:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:30:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:30:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:30:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:32:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18176,
      "trainType": "HL",
      "version": 293814005525
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:18:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T15:14:07.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:06.000Z",
          "scheduledTime": "2026-06-26T15:22:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:30.000Z",
          "scheduledTime": "2026-06-26T15:22:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:00.000Z",
          "scheduledTime": "2026-06-26T15:24:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:24.000Z",
          "scheduledTime": "2026-06-26T15:24:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:00.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:00.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:07.000Z",
          "scheduledTime": "2026-06-26T15:26:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:31.000Z",
          "scheduledTime": "2026-06-26T15:27:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:32.000Z",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:32.000Z",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:53.000Z",
          "scheduledTime": "2026-06-26T15:28:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:53.000Z",
          "scheduledTime": "2026-06-26T15:28:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:30.000Z",
          "scheduledTime": "2026-06-26T15:29:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:30.000Z",
          "scheduledTime": "2026-06-26T15:29:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:00.000Z",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18177,
      "trainType": "HL",
      "version": 293814059004
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:33:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:41:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:43:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18181,
      "trainType": "HL",
      "version": 293814043007
    },
    {
      "cancelled": false,
      "commuterLineID": "X",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:24.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:57:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:00.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:30.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18183,
      "trainType": "HL",
      "version": 293814005536
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:19:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:19:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:16:32.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:20:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:20:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:20:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:20:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:22:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:21:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:22:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:22:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:22:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:22:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:22:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:22:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:23:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:23:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:24:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:24:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:25:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:25:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:25:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:25:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:27:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:27:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:28:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:28:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:29:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:29:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:29:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:29:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:32:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:32:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:33:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:33:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:34:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:33:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:34:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:34:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:35:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:37:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:40:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:40:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:40:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:40:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:41:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:41:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:41:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:41:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:43:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:43:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:43:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:43:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:45:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:45:06.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:46:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:45:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:48:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:47:12.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:49:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:47:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:51:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:49:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:51:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:49:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:51:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:52:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T14:53:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:55:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:54:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:56:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:55:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:55:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:57:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:56:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:57:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:57:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:59:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:58:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:59:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:59:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:06:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18888,
      "trainType": "HL",
      "version": 293814058826
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:39:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:39:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:35:55.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:40:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:40:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:40:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:40:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:42:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:41:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:42:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:43:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:43:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:42:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:43:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:43:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:44:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:44:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:45:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:45:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:45:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:45:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:47:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:47:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:48:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:48:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:49:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:49:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:49:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:49:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:52:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:53:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:53:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-06-26T14:55:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:57:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:57:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:02:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:02:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:03:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:03:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:06.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:06:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:05:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:07:12.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:07:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:11:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:09:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:09:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:11:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-06-26T15:12:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:16:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:17:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:17:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:19:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:18:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:37.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:18.000Z",
          "scheduledTime": "2026-06-26T15:20:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:18.000Z",
          "scheduledTime": "2026-06-26T15:20:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:36.000Z",
          "scheduledTime": "2026-06-26T15:21:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:00.000Z",
          "scheduledTime": "2026-06-26T15:22:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:00.000Z",
          "scheduledTime": "2026-06-26T15:27:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18890,
      "trainType": "HL",
      "version": 293814059003
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:59:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:59:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:55:43.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:00:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:00:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:02:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:02:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:02:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:02:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:02:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:03:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:04:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:04:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:05:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:05:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:07:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:08:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:08:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:12:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:13:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:13:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:14:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:17:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:06.000Z",
          "scheduledTime": "2026-06-26T15:20:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:30.000Z",
          "scheduledTime": "2026-06-26T15:20:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:06.000Z",
          "scheduledTime": "2026-06-26T15:21:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:06.000Z",
          "scheduledTime": "2026-06-26T15:21:06.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:24.000Z",
          "scheduledTime": "2026-06-26T15:22:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:24.000Z",
          "scheduledTime": "2026-06-26T15:22:24.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:21.000Z",
          "scheduledTime": "2026-06-26T15:23:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:45.000Z",
          "scheduledTime": "2026-06-26T15:23:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:29.000Z",
          "scheduledTime": "2026-06-26T15:25:06.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:53.000Z",
          "scheduledTime": "2026-06-26T15:25:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:51.000Z",
          "scheduledTime": "2026-06-26T15:27:12.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:15.000Z",
          "scheduledTime": "2026-06-26T15:27:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:13.000Z",
          "scheduledTime": "2026-06-26T15:29:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:37.000Z",
          "scheduledTime": "2026-06-26T15:29:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:31:36.000Z",
          "scheduledTime": "2026-06-26T15:31:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:32:00.000Z",
          "scheduledTime": "2026-06-26T15:32:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:36.000Z",
          "scheduledTime": "2026-06-26T15:33:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:00.000Z",
          "scheduledTime": "2026-06-26T15:34:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:24.000Z",
          "scheduledTime": "2026-06-26T15:35:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:24.000Z",
          "scheduledTime": "2026-06-26T15:35:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:36.000Z",
          "scheduledTime": "2026-06-26T15:36:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:37:00.000Z",
          "scheduledTime": "2026-06-26T15:37:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:38:36.000Z",
          "scheduledTime": "2026-06-26T15:38:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:39:00.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:40:18.000Z",
          "scheduledTime": "2026-06-26T15:40:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:40:18.000Z",
          "scheduledTime": "2026-06-26T15:40:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:36.000Z",
          "scheduledTime": "2026-06-26T15:41:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:42:00.000Z",
          "scheduledTime": "2026-06-26T15:42:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:47:00.000Z",
          "scheduledTime": "2026-06-26T15:47:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18892,
      "trainType": "HL",
      "version": 293814058994
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T14:49:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:49:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T14:45:31.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:52:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:52:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:53:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T14:53:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:54:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:54:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:54:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:55:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:55:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:56:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:56:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:57:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:57:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:58:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:58:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:58:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:58:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:58:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:58:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T14:59:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:59:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T14:59:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T14:59:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:00:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:01:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:01:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:01:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:03:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:03:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:02:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:05:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:04:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:06:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:08:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:07:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:08:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:08:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:09:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:09:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:10:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:10:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:11:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:10:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:14:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:13:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:16:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:39.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:39.000Z",
          "scheduledTime": "2026-06-26T15:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:36.000Z",
          "scheduledTime": "2026-06-26T15:20:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:00.000Z",
          "scheduledTime": "2026-06-26T15:21:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:54.000Z",
          "scheduledTime": "2026-06-26T15:22:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:23:18.000Z",
          "scheduledTime": "2026-06-26T15:23:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:36.000Z",
          "scheduledTime": "2026-06-26T15:24:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:00.000Z",
          "scheduledTime": "2026-06-26T15:25:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:36.000Z",
          "scheduledTime": "2026-06-26T15:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:25:36.000Z",
          "scheduledTime": "2026-06-26T15:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:25.000Z",
          "scheduledTime": "2026-06-26T15:26:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:49.000Z",
          "scheduledTime": "2026-06-26T15:26:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:00.000Z",
          "scheduledTime": "2026-06-26T15:27:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:24.000Z",
          "scheduledTime": "2026-06-26T15:28:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:00.000Z",
          "scheduledTime": "2026-06-26T15:30:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18895,
      "trainType": "HL",
      "version": 293814058987
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:09:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:09:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-06-26T15:04:30.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:13:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-06-26T15:12:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:14:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:13:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:15:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:14:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:16:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:15:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:17:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:16:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:18:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-06-26T15:17:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:18:31.000Z",
          "scheduledTime": "2026-06-26T15:18:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:11.000Z",
          "scheduledTime": "2026-06-26T15:18:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:11.000Z",
          "scheduledTime": "2026-06-26T15:18:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:37.000Z",
          "scheduledTime": "2026-06-26T15:19:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:19:37.000Z",
          "scheduledTime": "2026-06-26T15:19:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:34.000Z",
          "scheduledTime": "2026-06-26T15:20:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:34.000Z",
          "scheduledTime": "2026-06-26T15:20:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:41.000Z",
          "scheduledTime": "2026-06-26T15:21:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:21:41.000Z",
          "scheduledTime": "2026-06-26T15:21:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:36.000Z",
          "scheduledTime": "2026-06-26T15:22:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:22:36.000Z",
          "scheduledTime": "2026-06-26T15:22:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:24:36.000Z",
          "scheduledTime": "2026-06-26T15:24:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:26:00.000Z",
          "scheduledTime": "2026-06-26T15:26:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:27:36.000Z",
          "scheduledTime": "2026-06-26T15:27:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:00.000Z",
          "scheduledTime": "2026-06-26T15:28:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:53.000Z",
          "scheduledTime": "2026-06-26T15:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:28:53.000Z",
          "scheduledTime": "2026-06-26T15:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:48.000Z",
          "scheduledTime": "2026-06-26T15:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:29:48.000Z",
          "scheduledTime": "2026-06-26T15:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:30.000Z",
          "scheduledTime": "2026-06-26T15:30:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:30:54.000Z",
          "scheduledTime": "2026-06-26T15:30:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:33:54.000Z",
          "scheduledTime": "2026-06-26T15:33:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:34:18.000Z",
          "scheduledTime": "2026-06-26T15:34:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:00.000Z",
          "scheduledTime": "2026-06-26T15:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:00.000Z",
          "scheduledTime": "2026-06-26T15:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:35:48.000Z",
          "scheduledTime": "2026-06-26T15:35:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:36:12.000Z",
          "scheduledTime": "2026-06-26T15:36:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:39:00.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:39:00.000Z",
          "scheduledTime": "2026-06-26T15:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:40:36.000Z",
          "scheduledTime": "2026-06-26T15:40:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:41:00.000Z",
          "scheduledTime": "2026-06-26T15:41:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:42:54.000Z",
          "scheduledTime": "2026-06-26T15:42:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:43:18.000Z",
          "scheduledTime": "2026-06-26T15:43:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:44:36.000Z",
          "scheduledTime": "2026-06-26T15:44:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:00.000Z",
          "scheduledTime": "2026-06-26T15:45:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:36.000Z",
          "scheduledTime": "2026-06-26T15:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:45:36.000Z",
          "scheduledTime": "2026-06-26T15:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:46:25.000Z",
          "scheduledTime": "2026-06-26T15:46:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:46:49.000Z",
          "scheduledTime": "2026-06-26T15:46:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:48:00.000Z",
          "scheduledTime": "2026-06-26T15:47:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:48:24.000Z",
          "scheduledTime": "2026-06-26T15:48:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:50:00.000Z",
          "scheduledTime": "2026-06-26T15:50:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18897,
      "trainType": "HL",
      "version": 293814058995
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:29:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:32:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:33:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:34:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:35:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:37:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:38:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:39:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:40:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:41:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:41:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:42:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:44:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:46:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:47:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:50:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:03:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:04:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:07:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:08:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:10:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18899,
      "trainType": "HL",
      "version": 293814005626
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:49:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:52:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:53:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:54:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:55:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:56:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:57:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:58:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:59:37.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:00:34.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:01:41.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:02:36.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:04:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:07:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:08:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:10:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:10:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:13:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:14:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:15:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:16:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:20:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:21:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:22:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:23:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:24:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:25:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:26:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:26:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:27:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:28:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T16:30:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18901,
      "trainType": "HL",
      "version": 293814002449
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "605",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:21:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:31:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-06-26T15:36:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 60149,
      "trainType": "SAA",
      "version": 293814051303
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-06-26",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-06-26T15:10:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-06-26T15:15:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-06-26T15:15:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-06-26T15:16:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-06-26T15:20:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "804",
          "countryCode": "FI",
          "differenceInMinutes": -9,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-06-26T15:20:33.000Z",
          "scheduledTime": "2026-06-26T15:30:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64107,
      "trainType": "W",
      "version": 293814058989
    }
  ],
  "success": true
}