Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=52",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 53,
    "results": [
        {
            "start": 817249462,
            "stop": 817249670
        },
        {
            "start": 817249740,
            "stop": 817249784
        },
        {
            "start": 817249792,
            "stop": 817249844
        },
        {
            "start": 817249851,
            "stop": 817249908
        },
        {
            "start": 817249916,
            "stop": 817250040
        },
        {
            "start": 817250160,
            "stop": 817250459
        },
        {
            "start": 817250466,
            "stop": 817250538
        },
        {
            "start": 817250545,
            "stop": 817250700
        },
        {
            "start": 817250760,
            "stop": 817251233
        },
        {
            "start": 817251240,
            "stop": 817251350
        },
        {
            "start": 817251490,
            "stop": 817251600
        },
        {
            "start": 817251660,
            "stop": 817251871
        },
        {
            "start": 817251878,
            "stop": 817251962
        },
        {
            "start": 817251969,
            "stop": 817251973
        },
        {
            "start": 817251980,
            "stop": 817252010
        },
        {
            "start": 817252090,
            "stop": 817252201
        },
        {
            "start": 817252208,
            "stop": 817252291
        },
        {
            "start": 817252299,
            "stop": 817252430
        },
        {
            "start": 817255379,
            "stop": 817255440
        },
        {
            "start": 817255500,
            "stop": 817255603
        }
    ]
}