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_CBCHIGH_CAT4/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=32",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 33,
    "results": [
        {
            "start": 931248157,
            "stop": 931248243
        },
        {
            "start": 931248245,
            "stop": 931248246
        },
        {
            "start": 931248248,
            "stop": 931248264
        },
        {
            "start": 931248266,
            "stop": 931248267
        },
        {
            "start": 931248269,
            "stop": 931248292
        },
        {
            "start": 931248294,
            "stop": 931248356
        },
        {
            "start": 931248360,
            "stop": 931248453
        },
        {
            "start": 931248456,
            "stop": 931248457
        },
        {
            "start": 931248459,
            "stop": 931248467
        },
        {
            "start": 931248469,
            "stop": 931248482
        },
        {
            "start": 931248484,
            "stop": 931248492
        },
        {
            "start": 931248494,
            "stop": 931248544
        },
        {
            "start": 931248546,
            "stop": 931248558
        },
        {
            "start": 931248560,
            "stop": 931248582
        },
        {
            "start": 931248584,
            "stop": 931248699
        },
        {
            "start": 931248702,
            "stop": 931248712
        },
        {
            "start": 931248714,
            "stop": 931248728
        },
        {
            "start": 931248731,
            "stop": 931248740
        },
        {
            "start": 931248742,
            "stop": 931248749
        },
        {
            "start": 931248751,
            "stop": 931248800
        }
    ]
}