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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1942",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1943,
    "results": [
        {
            "start": 851892750,
            "stop": 851897673
        },
        {
            "start": 851897678,
            "stop": 851903997
        },
        {
            "start": 851904003,
            "stop": 851909936
        },
        {
            "start": 851909939,
            "stop": 851910600
        },
        {
            "start": 851910603,
            "stop": 851911044
        },
        {
            "start": 851911047,
            "stop": 851912789
        },
        {
            "start": 851912792,
            "stop": 851912880
        },
        {
            "start": 851912883,
            "stop": 851912967
        },
        {
            "start": 851912970,
            "stop": 851913049
        },
        {
            "start": 851913052,
            "stop": 851920310
        },
        {
            "start": 851920313,
            "stop": 851921393
        },
        {
            "start": 851921638,
            "stop": 851926497
        },
        {
            "start": 851926500,
            "stop": 851926850
        },
        {
            "start": 851926853,
            "stop": 851927028
        },
        {
            "start": 851927031,
            "stop": 851928195
        },
        {
            "start": 851928804,
            "stop": 851932078
        },
        {
            "start": 851932081,
            "stop": 851933672
        },
        {
            "start": 851933675,
            "stop": 851934382
        },
        {
            "start": 851937679,
            "stop": 851938367
        },
        {
            "start": 851938370,
            "stop": 851938612
        }
    ]
}