Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=142
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=141",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 142,
    "results": [
        {
            "start": 966360378,
            "stop": 966365770
        },
        {
            "start": 966369561,
            "stop": 966378680
        },
        {
            "start": 966379646,
            "stop": 966403443
        },
        {
            "start": 966403812,
            "stop": 966428254
        },
        {
            "start": 966429807,
            "stop": 966433714
        },
        {
            "start": 966439211,
            "stop": 966443713
        },
        {
            "start": 966445581,
            "stop": 966451639
        },
        {
            "start": 966454978,
            "stop": 966455329
        },
        {
            "start": 966457135,
            "stop": 966468071
        },
        {
            "start": 966470006,
            "stop": 966470755
        },
        {
            "start": 966472392,
            "stop": 966494210
        },
        {
            "start": 966495241,
            "stop": 966518153
        },
        {
            "start": 966519980,
            "stop": 966531792
        },
        {
            "start": 966533602,
            "stop": 966533664
        },
        {
            "start": 966534923,
            "stop": 966541746
        },
        {
            "start": 966542909,
            "stop": 966555358
        },
        {
            "start": 966556040,
            "stop": 966564203
        },
        {
            "start": 966567028,
            "stop": 966576308
        },
        {
            "start": 966576435,
            "stop": 966600448
        },
        {
            "start": 966605136,
            "stop": 966618089
        }
    ]
}