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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=127",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 128,
    "results": [
        {
            "start": 818918013,
            "stop": 818918182
        },
        {
            "start": 818918779,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818932783
        },
        {
            "start": 818932964,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945597
        },
        {
            "start": 818946116,
            "stop": 818952374
        },
        {
            "start": 818952530,
            "stop": 818954308
        },
        {
            "start": 818954618,
            "stop": 818955403
        },
        {
            "start": 818955584,
            "stop": 818956543
        },
        {
            "start": 818956724,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818966143
        },
        {
            "start": 818966324,
            "stop": 818967043
        },
        {
            "start": 818967224,
            "stop": 818969170
        },
        {
            "start": 818969558,
            "stop": 818971213
        },
        {
            "start": 818971216,
            "stop": 818971217
        },
        {
            "start": 818971762,
            "stop": 818972023
        },
        {
            "start": 818972204,
            "stop": 818977123
        },
        {
            "start": 818977304,
            "stop": 818982259
        },
        {
            "start": 818982266,
            "stop": 818987323
        },
        {
            "start": 818987504,
            "stop": 819002197
        }
    ]
}