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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=69",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 70,
    "results": [
        {
            "start": 816226332,
            "stop": 816226346
        },
        {
            "start": 816226349,
            "stop": 816226724
        },
        {
            "start": 816226727,
            "stop": 816226752
        },
        {
            "start": 816226755,
            "stop": 816226815
        },
        {
            "start": 816226818,
            "stop": 816227009
        },
        {
            "start": 816227012,
            "stop": 816227073
        },
        {
            "start": 816227077,
            "stop": 816227289
        },
        {
            "start": 816227293,
            "stop": 816227972
        },
        {
            "start": 816227977,
            "stop": 816228338
        },
        {
            "start": 816228341,
            "stop": 816228343
        },
        {
            "start": 816228346,
            "stop": 816228389
        },
        {
            "start": 816228395,
            "stop": 816228408
        },
        {
            "start": 816228412,
            "stop": 816228608
        },
        {
            "start": 816228611,
            "stop": 816228680
        },
        {
            "start": 816228683,
            "stop": 816228743
        },
        {
            "start": 816228746,
            "stop": 816229025
        },
        {
            "start": 816229028,
            "stop": 816229332
        },
        {
            "start": 816229336,
            "stop": 816229497
        },
        {
            "start": 816229500,
            "stop": 816229669
        },
        {
            "start": 816229673,
            "stop": 816229704
        }
    ]
}