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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=132",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 133,
    "results": [
        {
            "start": 820040146,
            "stop": 820040561
        },
        {
            "start": 820040564,
            "stop": 820040874
        },
        {
            "start": 820040878,
            "stop": 820041044
        },
        {
            "start": 820041047,
            "stop": 820041776
        },
        {
            "start": 820041780,
            "stop": 820041838
        },
        {
            "start": 820041842,
            "stop": 820042439
        },
        {
            "start": 820042442,
            "stop": 820042445
        },
        {
            "start": 820042450,
            "stop": 820043463
        },
        {
            "start": 820043466,
            "stop": 820044591
        },
        {
            "start": 820044594,
            "stop": 820045232
        },
        {
            "start": 820045235,
            "stop": 820045697
        },
        {
            "start": 820045700,
            "stop": 820047295
        },
        {
            "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
        }
    ]
}