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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=222",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 223,
    "results": [
        {
            "start": 817768963,
            "stop": 817768973
        },
        {
            "start": 817769036,
            "stop": 817769042
        },
        {
            "start": 817769086,
            "stop": 817769155
        },
        {
            "start": 817771268,
            "stop": 817771329
        },
        {
            "start": 817771356,
            "stop": 817771366
        },
        {
            "start": 817771387,
            "stop": 817771516
        },
        {
            "start": 817771553,
            "stop": 817771582
        },
        {
            "start": 817771624,
            "stop": 817771661
        },
        {
            "start": 817773011,
            "stop": 817773014
        },
        {
            "start": 817773043,
            "stop": 817773078
        },
        {
            "start": 817773099,
            "stop": 817773100
        },
        {
            "start": 817773165,
            "stop": 817773167
        },
        {
            "start": 817773195,
            "stop": 817773244
        },
        {
            "start": 817773264,
            "stop": 817773275
        },
        {
            "start": 817773326,
            "stop": 817773356
        },
        {
            "start": 817773406,
            "stop": 817773474
        },
        {
            "start": 817773498,
            "stop": 817773529
        },
        {
            "start": 817773611,
            "stop": 817773658
        },
        {
            "start": 817773773,
            "stop": 817773790
        },
        {
            "start": 817773810,
            "stop": 817773831
        }
    ]
}