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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=319",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 320,
    "results": [
        {
            "start": 931857861,
            "stop": 931857887
        },
        {
            "start": 931857890,
            "stop": 931857915
        },
        {
            "start": 931857917,
            "stop": 931857935
        },
        {
            "start": 931857947,
            "stop": 931857949
        },
        {
            "start": 931857951,
            "stop": 931857963
        },
        {
            "start": 931857966,
            "stop": 931857967
        },
        {
            "start": 931857972,
            "stop": 931857973
        },
        {
            "start": 931857975,
            "stop": 931857977
        },
        {
            "start": 931857979,
            "stop": 931858000
        },
        {
            "start": 931858004,
            "stop": 931858007
        },
        {
            "start": 931858010,
            "stop": 931858012
        },
        {
            "start": 931858014,
            "stop": 931858024
        },
        {
            "start": 931858028,
            "stop": 931858032
        },
        {
            "start": 931858034,
            "stop": 931858048
        },
        {
            "start": 931858050,
            "stop": 931858053
        },
        {
            "start": 931858055,
            "stop": 931858057
        },
        {
            "start": 931858059,
            "stop": 931858064
        },
        {
            "start": 931858072,
            "stop": 931858073
        },
        {
            "start": 931858076,
            "stop": 931858077
        },
        {
            "start": 931858079,
            "stop": 931858081
        }
    ]
}