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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=333",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 334,
    "results": [
        {
            "start": 818752564,
            "stop": 818752592
        },
        {
            "start": 818752677,
            "stop": 818752743
        },
        {
            "start": 818752772,
            "stop": 818752792
        },
        {
            "start": 818752812,
            "stop": 818752893
        },
        {
            "start": 818752951,
            "stop": 818752954
        },
        {
            "start": 818753003,
            "stop": 818753091
        },
        {
            "start": 818753132,
            "stop": 818753168
        },
        {
            "start": 818753188,
            "stop": 818753195
        },
        {
            "start": 818753286,
            "stop": 818753305
        },
        {
            "start": 818753326,
            "stop": 818753391
        },
        {
            "start": 818753410,
            "stop": 818753483
        },
        {
            "start": 818753510,
            "stop": 818753585
        },
        {
            "start": 818753614,
            "stop": 818753627
        },
        {
            "start": 818753655,
            "stop": 818753673
        },
        {
            "start": 818753710,
            "stop": 818753780
        },
        {
            "start": 818753878,
            "stop": 818753972
        },
        {
            "start": 818753992,
            "stop": 818753998
        },
        {
            "start": 818754019,
            "stop": 818754049
        },
        {
            "start": 818754205,
            "stop": 818754233
        },
        {
            "start": 818754253,
            "stop": 818754291
        }
    ]
}