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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=255",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 256,
    "results": [
        {
            "start": 820464111,
            "stop": 820464326
        },
        {
            "start": 820464329,
            "stop": 820464365
        },
        {
            "start": 820464371,
            "stop": 820465533
        },
        {
            "start": 820465653,
            "stop": 820466114
        },
        {
            "start": 820466117,
            "stop": 820466321
        },
        {
            "start": 820466325,
            "stop": 820467738
        },
        {
            "start": 820467741,
            "stop": 820467745
        },
        {
            "start": 820467748,
            "stop": 820467909
        },
        {
            "start": 820467912,
            "stop": 820468070
        },
        {
            "start": 820468073,
            "stop": 820468472
        },
        {
            "start": 820468476,
            "stop": 820468914
        },
        {
            "start": 820468917,
            "stop": 820469075
        },
        {
            "start": 820469195,
            "stop": 820469853
        },
        {
            "start": 820469857,
            "stop": 820470384
        },
        {
            "start": 820470504,
            "stop": 820470566
        },
        {
            "start": 820470583,
            "stop": 820470808
        },
        {
            "start": 820470811,
            "stop": 820470845
        },
        {
            "start": 820470849,
            "stop": 820471695
        },
        {
            "start": 820471698,
            "stop": 820471945
        },
        {
            "start": 820471950,
            "stop": 820472224
        }
    ]
}