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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=168",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 169,
    "results": [
        {
            "start": 932354056,
            "stop": 932354111
        },
        {
            "start": 932354113,
            "stop": 932355263
        },
        {
            "start": 932355266,
            "stop": 932355923
        },
        {
            "start": 932355925,
            "stop": 932356204
        },
        {
            "start": 932356206,
            "stop": 932356815
        },
        {
            "start": 932359128,
            "stop": 932359658
        },
        {
            "start": 932359660,
            "stop": 932359946
        },
        {
            "start": 932359964,
            "stop": 932359994
        },
        {
            "start": 932360019,
            "stop": 932360213
        },
        {
            "start": 932360216,
            "stop": 932360298
        },
        {
            "start": 932360301,
            "stop": 932360338
        },
        {
            "start": 932360356,
            "stop": 932360415
        },
        {
            "start": 932360775,
            "stop": 932361598
        },
        {
            "start": 932361601,
            "stop": 932361648
        },
        {
            "start": 932361650,
            "stop": 932361732
        },
        {
            "start": 932361751,
            "stop": 932361786
        },
        {
            "start": 932361805,
            "stop": 932361822
        },
        {
            "start": 932362651,
            "stop": 932362819
        },
        {
            "start": 932362821,
            "stop": 932362883
        },
        {
            "start": 932362885,
            "stop": 932362942
        }
    ]
}