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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=143",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 144,
    "results": [
        {
            "start": 818070991,
            "stop": 818070992
        },
        {
            "start": 818071005,
            "stop": 818071008
        },
        {
            "start": 818071011,
            "stop": 818071012
        },
        {
            "start": 818071023,
            "stop": 818071031
        },
        {
            "start": 818071034,
            "stop": 818071039
        },
        {
            "start": 818071043,
            "stop": 818071046
        },
        {
            "start": 818071049,
            "stop": 818071053
        },
        {
            "start": 818071056,
            "stop": 818071057
        },
        {
            "start": 818071066,
            "stop": 818071074
        },
        {
            "start": 818071080,
            "stop": 818071088
        },
        {
            "start": 818075386,
            "stop": 818075388
        },
        {
            "start": 818075391,
            "stop": 818075406
        },
        {
            "start": 818075409,
            "stop": 818075422
        },
        {
            "start": 818075425,
            "stop": 818075438
        },
        {
            "start": 818075441,
            "stop": 818075450
        },
        {
            "start": 818075453,
            "stop": 818075456
        },
        {
            "start": 818075465,
            "stop": 818075481
        },
        {
            "start": 818075485,
            "stop": 818075489
        },
        {
            "start": 818075492,
            "stop": 818075494
        },
        {
            "start": 818075497,
            "stop": 818075499
        }
    ]
}