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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=236",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 237,
    "results": [
        {
            "start": 818219886,
            "stop": 818219888
        },
        {
            "start": 818219902,
            "stop": 818219908
        },
        {
            "start": 818219924,
            "stop": 818219928
        },
        {
            "start": 818219931,
            "stop": 818219935
        },
        {
            "start": 818219941,
            "stop": 818219942
        },
        {
            "start": 818219967,
            "stop": 818219969
        },
        {
            "start": 818219974,
            "stop": 818219976
        },
        {
            "start": 818219990,
            "stop": 818219992
        },
        {
            "start": 818220007,
            "stop": 818220012
        },
        {
            "start": 818220018,
            "stop": 818220020
        },
        {
            "start": 818220027,
            "stop": 818220028
        },
        {
            "start": 818220032,
            "stop": 818220036
        },
        {
            "start": 818220047,
            "stop": 818220051
        },
        {
            "start": 818220064,
            "stop": 818220065
        },
        {
            "start": 818220069,
            "stop": 818220070
        },
        {
            "start": 818220075,
            "stop": 818220077
        },
        {
            "start": 818220087,
            "stop": 818220093
        },
        {
            "start": 818220096,
            "stop": 818220103
        },
        {
            "start": 818220106,
            "stop": 818220107
        },
        {
            "start": 818220113,
            "stop": 818220125
        }
    ]
}