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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3668",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3669,
    "results": [
        {
            "start": 872894836,
            "stop": 872895077
        },
        {
            "start": 872895568,
            "stop": 872895581
        },
        {
            "start": 872895646,
            "stop": 872896410
        },
        {
            "start": 872896427,
            "stop": 872897578
        },
        {
            "start": 872897595,
            "stop": 872898702
        },
        {
            "start": 872898719,
            "stop": 872900819
        },
        {
            "start": 872900836,
            "stop": 872901468
        },
        {
            "start": 872901485,
            "stop": 872902155
        },
        {
            "start": 872902172,
            "stop": 872903888
        },
        {
            "start": 872903905,
            "stop": 872907129
        },
        {
            "start": 872907146,
            "stop": 872908772
        },
        {
            "start": 872908789,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        },
        {
            "start": 872918123,
            "stop": 872919269
        },
        {
            "start": 872919286,
            "stop": 872920062
        },
        {
            "start": 872920365,
            "stop": 872920905
        },
        {
            "start": 872920922,
            "stop": 872922897
        },
        {
            "start": 872922915,
            "stop": 872923002
        },
        {
            "start": 872923019,
            "stop": 872923321
        },
        {
            "start": 872923338,
            "stop": 872923576
        }
    ]
}