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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=170",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 171,
    "results": [
        {
            "start": 818081923,
            "stop": 818081927
        },
        {
            "start": 818081935,
            "stop": 818081937
        },
        {
            "start": 818081941,
            "stop": 818081943
        },
        {
            "start": 818081964,
            "stop": 818081965
        },
        {
            "start": 818081977,
            "stop": 818081979
        },
        {
            "start": 818081982,
            "stop": 818081987
        },
        {
            "start": 818081998,
            "stop": 818081999
        },
        {
            "start": 818082004,
            "stop": 818082005
        },
        {
            "start": 818082027,
            "stop": 818082028
        },
        {
            "start": 818082065,
            "stop": 818082067
        },
        {
            "start": 818082077,
            "stop": 818082078
        },
        {
            "start": 818082081,
            "stop": 818082084
        },
        {
            "start": 818082118,
            "stop": 818082119
        },
        {
            "start": 818082129,
            "stop": 818082130
        },
        {
            "start": 818082134,
            "stop": 818082135
        },
        {
            "start": 818082144,
            "stop": 818082146
        },
        {
            "start": 818082149,
            "stop": 818082151
        },
        {
            "start": 818082156,
            "stop": 818082158
        },
        {
            "start": 818082162,
            "stop": 818082168
        },
        {
            "start": 818082178,
            "stop": 818082180
        }
    ]
}