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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5022",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5023,
    "results": [
        {
            "start": 874547886,
            "stop": 874547911
        },
        {
            "start": 874547930,
            "stop": 874547959
        },
        {
            "start": 874547993,
            "stop": 874548181
        },
        {
            "start": 874548201,
            "stop": 874548213
        },
        {
            "start": 874548233,
            "stop": 874548248
        },
        {
            "start": 874548268,
            "stop": 874548308
        },
        {
            "start": 874548340,
            "stop": 874548350
        },
        {
            "start": 874548394,
            "stop": 874548416
        },
        {
            "start": 874548435,
            "stop": 874548456
        },
        {
            "start": 874548488,
            "stop": 874548505
        },
        {
            "start": 874548525,
            "stop": 874548577
        },
        {
            "start": 874548636,
            "stop": 874548644
        },
        {
            "start": 874548682,
            "stop": 874548707
        },
        {
            "start": 874548726,
            "stop": 874548757
        },
        {
            "start": 874548777,
            "stop": 874548846
        },
        {
            "start": 874548865,
            "stop": 874548879
        },
        {
            "start": 874548898,
            "stop": 874548913
        },
        {
            "start": 874548932,
            "stop": 874548944
        },
        {
            "start": 874548969,
            "stop": 874549007
        },
        {
            "start": 874549026,
            "stop": 874549067
        }
    ]
}