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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=196",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 197,
    "results": [
        {
            "start": 820047298,
            "stop": 820049451
        },
        {
            "start": 820049454,
            "stop": 820049647
        },
        {
            "start": 820051021,
            "stop": 820051513
        },
        {
            "start": 820052715,
            "stop": 820052856
        },
        {
            "start": 820054389,
            "stop": 820054598
        },
        {
            "start": 820060252,
            "stop": 820060278
        },
        {
            "start": 820060281,
            "stop": 820060409
        },
        {
            "start": 820062025,
            "stop": 820062520
        },
        {
            "start": 820062523,
            "stop": 820062605
        },
        {
            "start": 820062611,
            "stop": 820062883
        },
        {
            "start": 820064390,
            "stop": 820065133
        },
        {
            "start": 820065137,
            "stop": 820066407
        },
        {
            "start": 820066410,
            "stop": 820067434
        },
        {
            "start": 820067437,
            "stop": 820067460
        },
        {
            "start": 820067463,
            "stop": 820069169
        },
        {
            "start": 820069172,
            "stop": 820069495
        },
        {
            "start": 820069498,
            "stop": 820070946
        },
        {
            "start": 820070963,
            "stop": 820075105
        },
        {
            "start": 820075108,
            "stop": 820075440
        },
        {
            "start": 820075620,
            "stop": 820075626
        }
    ]
}