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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=209",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 210,
    "results": [
        {
            "start": 820521880,
            "stop": 820521883
        },
        {
            "start": 820521887,
            "stop": 820521969
        },
        {
            "start": 820521972,
            "stop": 820522033
        },
        {
            "start": 820522272,
            "stop": 820522496
        },
        {
            "start": 820522499,
            "stop": 820522513
        },
        {
            "start": 820522613,
            "stop": 820522673
        },
        {
            "start": 820522676,
            "stop": 820522704
        },
        {
            "start": 820522707,
            "stop": 820522753
        },
        {
            "start": 820525502,
            "stop": 820525642
        },
        {
            "start": 820525646,
            "stop": 820525649
        },
        {
            "start": 820525652,
            "stop": 820525798
        },
        {
            "start": 820525802,
            "stop": 820525836
        },
        {
            "start": 820525839,
            "stop": 820525921
        },
        {
            "start": 820525924,
            "stop": 820526009
        },
        {
            "start": 820526013,
            "stop": 820526048
        },
        {
            "start": 820526051,
            "stop": 820526091
        },
        {
            "start": 820526094,
            "stop": 820526182
        },
        {
            "start": 820526185,
            "stop": 820526209
        },
        {
            "start": 820526212,
            "stop": 820526217
        },
        {
            "start": 820526220,
            "stop": 820526339
        }
    ]
}