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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=137",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 138,
    "results": [
        {
            "start": 854751638,
            "stop": 854751819
        },
        {
            "start": 854752650,
            "stop": 854758496
        },
        {
            "start": 854758695,
            "stop": 854812841
        },
        {
            "start": 854829912,
            "stop": 854830112
        },
        {
            "start": 854830972,
            "stop": 854910443
        },
        {
            "start": 854911431,
            "stop": 854916996
        },
        {
            "start": 854918106,
            "stop": 854919419
        },
        {
            "start": 854920870,
            "stop": 854921051
        },
        {
            "start": 854921330,
            "stop": 854923997
        },
        {
            "start": 854925394,
            "stop": 854926299
        },
        {
            "start": 854926544,
            "stop": 854993983
        },
        {
            "start": 854994158,
            "stop": 855004901
        },
        {
            "start": 855005060,
            "stop": 855005668
        },
        {
            "start": 855005894,
            "stop": 855011523
        },
        {
            "start": 855011782,
            "stop": 855086959
        },
        {
            "start": 855088611,
            "stop": 855117024
        },
        {
            "start": 855117060,
            "stop": 855120349
        },
        {
            "start": 855123989,
            "stop": 855243398
        },
        {
            "start": 855244972,
            "stop": 855268100
        },
        {
            "start": 855268529,
            "stop": 855312462
        }
    ]
}