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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4941",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4942,
    "results": [
        {
            "start": 875227294,
            "stop": 875227316
        },
        {
            "start": 875227345,
            "stop": 875227388
        },
        {
            "start": 875227408,
            "stop": 875227429
        },
        {
            "start": 875227448,
            "stop": 875227482
        },
        {
            "start": 875227519,
            "stop": 875227560
        },
        {
            "start": 875227579,
            "stop": 875227596
        },
        {
            "start": 875227615,
            "stop": 875227617
        },
        {
            "start": 875227666,
            "stop": 875227682
        },
        {
            "start": 875227701,
            "stop": 875227771
        },
        {
            "start": 875227790,
            "stop": 875227805
        },
        {
            "start": 875227824,
            "stop": 875227880
        },
        {
            "start": 875227899,
            "stop": 875227968
        },
        {
            "start": 875228016,
            "stop": 875228024
        },
        {
            "start": 875228043,
            "stop": 875228051
        },
        {
            "start": 875228084,
            "stop": 875228161
        },
        {
            "start": 875228200,
            "stop": 875228206
        },
        {
            "start": 875228225,
            "stop": 875228343
        },
        {
            "start": 875228634,
            "stop": 875228639
        },
        {
            "start": 875228658,
            "stop": 875228668
        },
        {
            "start": 875228687,
            "stop": 875228700
        }
    ]
}