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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=190",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 191,
    "results": [
        {
            "start": 817580832,
            "stop": 817581065
        },
        {
            "start": 817581088,
            "stop": 817581282
        },
        {
            "start": 817581302,
            "stop": 817581348
        },
        {
            "start": 817581370,
            "stop": 817581374
        },
        {
            "start": 817581393,
            "stop": 817581523
        },
        {
            "start": 817581550,
            "stop": 817581600
        },
        {
            "start": 817581744,
            "stop": 817581875
        },
        {
            "start": 817581894,
            "stop": 817581906
        },
        {
            "start": 817581926,
            "stop": 817581945
        },
        {
            "start": 817582029,
            "stop": 817582033
        },
        {
            "start": 817582056,
            "stop": 817582073
        },
        {
            "start": 817582117,
            "stop": 817582142
        },
        {
            "start": 817582163,
            "stop": 817582226
        },
        {
            "start": 817582246,
            "stop": 817582275
        },
        {
            "start": 817582298,
            "stop": 817582323
        },
        {
            "start": 817582369,
            "stop": 817582465
        },
        {
            "start": 817582535,
            "stop": 817582545
        },
        {
            "start": 817582662,
            "stop": 817582691
        },
        {
            "start": 817582713,
            "stop": 817582782
        },
        {
            "start": 817582815,
            "stop": 817582835
        }
    ]
}