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=561
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=562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=560",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 561,
    "results": [
        {
            "start": 832018393,
            "stop": 832018670
        },
        {
            "start": 832021111,
            "stop": 832025380
        },
        {
            "start": 832025381,
            "stop": 832029192
        },
        {
            "start": 832031460,
            "stop": 832031773
        },
        {
            "start": 832033346,
            "stop": 832034865
        },
        {
            "start": 832034866,
            "stop": 832035864
        },
        {
            "start": 832035866,
            "stop": 832037114
        },
        {
            "start": 832037115,
            "stop": 832037593
        },
        {
            "start": 832043200,
            "stop": 832043713
        },
        {
            "start": 832049050,
            "stop": 832049713
        },
        {
            "start": 832051213,
            "stop": 832052275
        },
        {
            "start": 832053193,
            "stop": 832054153
        },
        {
            "start": 832055642,
            "stop": 832059914
        },
        {
            "start": 832059916,
            "stop": 832072728
        },
        {
            "start": 832073633,
            "stop": 832082750
        },
        {
            "start": 832083665,
            "stop": 832083782
        },
        {
            "start": 832089285,
            "stop": 832100280
        },
        {
            "start": 832108605,
            "stop": 832108988
        },
        {
            "start": 832110884,
            "stop": 832111393
        },
        {
            "start": 832111409,
            "stop": 832111410
        }
    ]
}