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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2213",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2214,
    "results": [
        {
            "start": 873940985,
            "stop": 873941085
        },
        {
            "start": 873941385,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873959125
        },
        {
            "start": 873960028,
            "stop": 873964050
        },
        {
            "start": 873964216,
            "stop": 873964241
        },
        {
            "start": 873964541,
            "stop": 873994932
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873999417
        },
        {
            "start": 873999420,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874023567
        },
        {
            "start": 874023874,
            "stop": 874046825
        },
        {
            "start": 874046827,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874081754
        },
        {
            "start": 874081756,
            "stop": 874083305
        },
        {
            "start": 874083308,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874087920
        },
        {
            "start": 874087980,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874098316
        }
    ]
}