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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=405",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 406,
    "results": [
        {
            "start": 825972715,
            "stop": 825973020
        },
        {
            "start": 825973080,
            "stop": 825973098
        },
        {
            "start": 825973101,
            "stop": 825973260
        },
        {
            "start": 825973380,
            "stop": 825973683
        },
        {
            "start": 825973686,
            "stop": 825973994
        },
        {
            "start": 825973997,
            "stop": 825974156
        },
        {
            "start": 825974160,
            "stop": 825974344
        },
        {
            "start": 825974348,
            "stop": 825974366
        },
        {
            "start": 825974370,
            "stop": 825974408
        },
        {
            "start": 825974413,
            "stop": 825974528
        },
        {
            "start": 825974531,
            "stop": 825974549
        },
        {
            "start": 825974553,
            "stop": 825974705
        },
        {
            "start": 825974708,
            "stop": 825974763
        },
        {
            "start": 825974766,
            "stop": 825974803
        },
        {
            "start": 825974806,
            "stop": 825974871
        },
        {
            "start": 825974884,
            "stop": 825974890
        },
        {
            "start": 825974894,
            "stop": 825974900
        },
        {
            "start": 825974904,
            "stop": 825975002
        },
        {
            "start": 825975006,
            "stop": 825975051
        },
        {
            "start": 825975054,
            "stop": 825975235
        }
    ]
}