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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8281",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8282,
    "results": [
        {
            "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
        },
        {
            "start": 873981887,
            "stop": 873982266
        },
        {
            "start": 873982386,
            "stop": 873982502
        },
        {
            "start": 873982536,
            "stop": 873982560
        },
        {
            "start": 873982602,
            "stop": 873982626
        },
        {
            "start": 873982645,
            "stop": 873982670
        },
        {
            "start": 873982688,
            "stop": 873982726
        },
        {
            "start": 873982748,
            "stop": 873982778
        },
        {
            "start": 873982797,
            "stop": 873982865
        },
        {
            "start": 873982903,
            "stop": 873983263
        }
    ]
}