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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=246",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 247,
    "results": [
        {
            "start": 817874798,
            "stop": 817874813
        },
        {
            "start": 817874816,
            "stop": 817874817
        },
        {
            "start": 817874820,
            "stop": 817874823
        },
        {
            "start": 817874826,
            "stop": 817874870
        },
        {
            "start": 817874889,
            "stop": 817874906
        },
        {
            "start": 817874910,
            "stop": 817874917
        },
        {
            "start": 817874920,
            "stop": 817874932
        },
        {
            "start": 817874938,
            "stop": 817874963
        },
        {
            "start": 817874966,
            "stop": 817874984
        },
        {
            "start": 817874991,
            "stop": 817875016
        },
        {
            "start": 817875037,
            "stop": 817875072
        },
        {
            "start": 817875091,
            "stop": 817875113
        },
        {
            "start": 817875136,
            "stop": 817875151
        },
        {
            "start": 817875154,
            "stop": 817875188
        },
        {
            "start": 817875208,
            "stop": 817875233
        },
        {
            "start": 817875252,
            "stop": 817875270
        },
        {
            "start": 817875290,
            "stop": 817875344
        },
        {
            "start": 817875347,
            "stop": 817875386
        },
        {
            "start": 817875414,
            "stop": 817875465
        },
        {
            "start": 817875468,
            "stop": 817875480
        }
    ]
}