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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=185",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 186,
    "results": [
        {
            "start": 817582117,
            "stop": 817582142
        },
        {
            "start": 817582163,
            "stop": 817582226
        },
        {
            "start": 817582246,
            "stop": 817582275
        },
        {
            "start": 817582298,
            "stop": 817582323
        },
        {
            "start": 817582369,
            "stop": 817582465
        },
        {
            "start": 817582680,
            "stop": 817582691
        },
        {
            "start": 817582713,
            "stop": 817582782
        },
        {
            "start": 817582815,
            "stop": 817582835
        },
        {
            "start": 817582958,
            "stop": 817582967
        },
        {
            "start": 817583041,
            "stop": 817583060
        },
        {
            "start": 817583183,
            "stop": 817583213
        },
        {
            "start": 817583233,
            "stop": 817583237
        },
        {
            "start": 817583287,
            "stop": 817583316
        },
        {
            "start": 817583354,
            "stop": 817583383
        },
        {
            "start": 817583460,
            "stop": 817583472
        },
        {
            "start": 817583535,
            "stop": 817583551
        },
        {
            "start": 817583580,
            "stop": 817583592
        },
        {
            "start": 817583664,
            "stop": 817583674
        },
        {
            "start": 817583693,
            "stop": 817583695
        },
        {
            "start": 817583716,
            "stop": 817583733
        }
    ]
}