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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9003",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9004,
    "results": [
        {
            "start": 873973501,
            "stop": 873973793
        },
        {
            "start": 873973812,
            "stop": 873974201
        },
        {
            "start": 873974220,
            "stop": 873974949
        },
        {
            "start": 873974974,
            "stop": 873975082
        },
        {
            "start": 873975117,
            "stop": 873975235
        },
        {
            "start": 873975255,
            "stop": 873975262
        },
        {
            "start": 873975280,
            "stop": 873977062
        },
        {
            "start": 873977079,
            "stop": 873977081
        },
        {
            "start": 873977100,
            "stop": 873977408
        },
        {
            "start": 873977427,
            "stop": 873977493
        },
        {
            "start": 873977510,
            "stop": 873977626
        },
        {
            "start": 873977652,
            "stop": 873978337
        },
        {
            "start": 873978367,
            "stop": 873978921
        },
        {
            "start": 873978945,
            "stop": 873979635
        },
        {
            "start": 873979659,
            "stop": 873979685
        },
        {
            "start": 873979702,
            "stop": 873979771
        },
        {
            "start": 873979788,
            "stop": 873979998
        },
        {
            "start": 873980027,
            "stop": 873980813
        },
        {
            "start": 873980830,
            "stop": 873981585
        },
        {
            "start": 873981604,
            "stop": 873981870
        }
    ]
}