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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=116",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 117,
    "results": [
        {
            "start": 831985270,
            "stop": 832001391
        },
        {
            "start": 832005076,
            "stop": 832008528
        },
        {
            "start": 832011322,
            "stop": 832012657
        },
        {
            "start": 832014671,
            "stop": 832017694
        },
        {
            "start": 832018393,
            "stop": 832018670
        },
        {
            "start": 832021111,
            "stop": 832029192
        },
        {
            "start": 832031460,
            "stop": 832031781
        },
        {
            "start": 832033346,
            "stop": 832037617
        },
        {
            "start": 832043200,
            "stop": 832043726
        },
        {
            "start": 832049050,
            "stop": 832049731
        },
        {
            "start": 832051213,
            "stop": 832052275
        },
        {
            "start": 832053193,
            "stop": 832054170
        },
        {
            "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": 832111411
        },
        {
            "start": 832112489,
            "stop": 832116446
        }
    ]
}