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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=246",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 247,
    "results": [
        {
            "start": 931466041,
            "stop": 931466054
        },
        {
            "start": 931466056,
            "stop": 931466058
        },
        {
            "start": 931466060,
            "stop": 931466066
        },
        {
            "start": 931466068,
            "stop": 931466076
        },
        {
            "start": 931466077,
            "stop": 931466080
        },
        {
            "start": 931466083,
            "stop": 931466099
        },
        {
            "start": 931466101,
            "stop": 931466112
        },
        {
            "start": 931466114,
            "stop": 931466161
        },
        {
            "start": 931466163,
            "stop": 931466176
        },
        {
            "start": 931466178,
            "stop": 931466184
        },
        {
            "start": 931466186,
            "stop": 931466189
        },
        {
            "start": 931466191,
            "stop": 931466192
        },
        {
            "start": 931466194,
            "stop": 931466204
        },
        {
            "start": 931466206,
            "stop": 931466210
        },
        {
            "start": 931466214,
            "stop": 931466225
        },
        {
            "start": 931466227,
            "stop": 931466241
        },
        {
            "start": 931466244,
            "stop": 931466250
        },
        {
            "start": 931466253,
            "stop": 931466255
        },
        {
            "start": 931466258,
            "stop": 931466281
        },
        {
            "start": 931466283,
            "stop": 931466287
        }
    ]
}