Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=189",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 190,
    "results": [
        {
            "start": 820525654,
            "stop": 820525796
        },
        {
            "start": 820525804,
            "stop": 820525834
        },
        {
            "start": 820525841,
            "stop": 820525919
        },
        {
            "start": 820525926,
            "stop": 820526007
        },
        {
            "start": 820526015,
            "stop": 820526046
        },
        {
            "start": 820526053,
            "stop": 820526089
        },
        {
            "start": 820526096,
            "stop": 820526180
        },
        {
            "start": 820526187,
            "stop": 820526207
        },
        {
            "start": 820526214,
            "stop": 820526215
        },
        {
            "start": 820526222,
            "stop": 820526337
        },
        {
            "start": 820526344,
            "stop": 820526408
        },
        {
            "start": 820526415,
            "stop": 820526865
        },
        {
            "start": 820526872,
            "stop": 820526899
        },
        {
            "start": 820526920,
            "stop": 820527046
        },
        {
            "start": 820527054,
            "stop": 820527104
        },
        {
            "start": 820527112,
            "stop": 820527127
        },
        {
            "start": 820527142,
            "stop": 820527418
        },
        {
            "start": 820527425,
            "stop": 820527768
        },
        {
            "start": 820527776,
            "stop": 820527869
        },
        {
            "start": 820527877,
            "stop": 820527982
        }
    ]
}