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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=213",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 214,
    "results": [
        {
            "start": 817768800,
            "stop": 817768811
        },
        {
            "start": 817768835,
            "stop": 817768848
        },
        {
            "start": 817768887,
            "stop": 817768898
        },
        {
            "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
        }
    ]
}