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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=466",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 467,
    "results": [
        {
            "start": 825977246,
            "stop": 825977582
        },
        {
            "start": 825977585,
            "stop": 825977589
        },
        {
            "start": 825977592,
            "stop": 825977798
        },
        {
            "start": 825977817,
            "stop": 825978083
        },
        {
            "start": 825978102,
            "stop": 825978962
        },
        {
            "start": 825978965,
            "stop": 825979421
        },
        {
            "start": 825979424,
            "stop": 825979425
        },
        {
            "start": 825979444,
            "stop": 825979472
        },
        {
            "start": 825979476,
            "stop": 825979611
        },
        {
            "start": 825979628,
            "stop": 825979715
        },
        {
            "start": 825979718,
            "stop": 825979842
        },
        {
            "start": 825979845,
            "stop": 825979901
        },
        {
            "start": 825979904,
            "stop": 825980719
        },
        {
            "start": 825980722,
            "stop": 825980949
        },
        {
            "start": 825980968,
            "stop": 825981650
        },
        {
            "start": 825981653,
            "stop": 825981945
        },
        {
            "start": 825981948,
            "stop": 825981965
        },
        {
            "start": 825981969,
            "stop": 825982298
        },
        {
            "start": 825982315,
            "stop": 825982557
        },
        {
            "start": 825982560,
            "stop": 825982591
        }
    ]
}