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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=507",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=505",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 506,
    "results": [
        {
            "start": 824496618,
            "stop": 824501170
        },
        {
            "start": 824503637,
            "stop": 824503820
        },
        {
            "start": 824504220,
            "stop": 824504290
        },
        {
            "start": 824504292,
            "stop": 824511307
        },
        {
            "start": 824511600,
            "stop": 824512130
        },
        {
            "start": 824512612,
            "stop": 824512715
        },
        {
            "start": 824515606,
            "stop": 824568843
        },
        {
            "start": 824591331,
            "stop": 824591507
        },
        {
            "start": 824591509,
            "stop": 824591540
        },
        {
            "start": 824591541,
            "stop": 824591733
        },
        {
            "start": 824592053,
            "stop": 824592058
        },
        {
            "start": 824592458,
            "stop": 824592606
        },
        {
            "start": 824593008,
            "stop": 824596208
        },
        {
            "start": 824598819,
            "stop": 824604235
        },
        {
            "start": 824607208,
            "stop": 824609141
        },
        {
            "start": 824611031,
            "stop": 824618447
        },
        {
            "start": 824621233,
            "stop": 824629448
        },
        {
            "start": 824629768,
            "stop": 824631056
        },
        {
            "start": 824664694,
            "stop": 824667678
        },
        {
            "start": 824668078,
            "stop": 824668404
        }
    ]
}