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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=93",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 94,
    "results": [
        {
            "start": 932081293,
            "stop": 932081321
        },
        {
            "start": 932081322,
            "stop": 932081513
        },
        {
            "start": 932081514,
            "stop": 932081560
        },
        {
            "start": 932081562,
            "stop": 932081605
        },
        {
            "start": 932081606,
            "stop": 932081615
        },
        {
            "start": 932081616,
            "stop": 932081617
        },
        {
            "start": 932081619,
            "stop": 932081623
        },
        {
            "start": 932081624,
            "stop": 932081669
        },
        {
            "start": 932081671,
            "stop": 932081805
        },
        {
            "start": 932081807,
            "stop": 932081816
        },
        {
            "start": 932081818,
            "stop": 932081891
        },
        {
            "start": 932081893,
            "stop": 932082048
        },
        {
            "start": 932082066,
            "stop": 932082122
        },
        {
            "start": 932082123,
            "stop": 932082141
        },
        {
            "start": 932082160,
            "stop": 932082248
        },
        {
            "start": 932082249,
            "stop": 932082367
        },
        {
            "start": 932082368,
            "stop": 932082384
        },
        {
            "start": 932082403,
            "stop": 932082668
        },
        {
            "start": 932082669,
            "stop": 932082770
        },
        {
            "start": 932082911,
            "stop": 932084124
        }
    ]
}