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=2072
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=2073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2071",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2072,
    "results": [
        {
            "start": 862414200,
            "stop": 862417355
        },
        {
            "start": 862417358,
            "stop": 862425707
        },
        {
            "start": 862425713,
            "stop": 862425717
        },
        {
            "start": 862425780,
            "stop": 862431630
        },
        {
            "start": 862431750,
            "stop": 862444498
        },
        {
            "start": 862444744,
            "stop": 862462609
        },
        {
            "start": 862463504,
            "stop": 862466282
        },
        {
            "start": 862466284,
            "stop": 862467750
        },
        {
            "start": 862467870,
            "stop": 862482707
        },
        {
            "start": 862482709,
            "stop": 862521519
        },
        {
            "start": 862524060,
            "stop": 862524485
        },
        {
            "start": 862525756,
            "stop": 862526250
        },
        {
            "start": 862526310,
            "stop": 862533171
        },
        {
            "start": 862534185,
            "stop": 862542973
        },
        {
            "start": 862543418,
            "stop": 862555900
        },
        {
            "start": 862557304,
            "stop": 862565809
        },
        {
            "start": 862565919,
            "stop": 862566123
        },
        {
            "start": 862566423,
            "stop": 862566694
        },
        {
            "start": 862567056,
            "stop": 862567950
        },
        {
            "start": 862568010,
            "stop": 862568015
        }
    ]
}