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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=220",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 221,
    "results": [
        {
            "start": 931724034,
            "stop": 931724037
        },
        {
            "start": 931724040,
            "stop": 931724041
        },
        {
            "start": 931724043,
            "stop": 931724047
        },
        {
            "start": 931724048,
            "stop": 931724049
        },
        {
            "start": 931724055,
            "stop": 931724056
        },
        {
            "start": 931724057,
            "stop": 931724059
        },
        {
            "start": 931724065,
            "stop": 931724067
        },
        {
            "start": 931724069,
            "stop": 931724070
        },
        {
            "start": 931724072,
            "stop": 931724082
        },
        {
            "start": 931724085,
            "stop": 931724117
        },
        {
            "start": 931724122,
            "stop": 931724125
        },
        {
            "start": 931724127,
            "stop": 931724138
        },
        {
            "start": 931724140,
            "stop": 931724141
        },
        {
            "start": 931724143,
            "stop": 931724149
        },
        {
            "start": 931724151,
            "stop": 931724158
        },
        {
            "start": 931724159,
            "stop": 931724161
        },
        {
            "start": 931724162,
            "stop": 931724164
        },
        {
            "start": 931724165,
            "stop": 931724172
        },
        {
            "start": 931724175,
            "stop": 931724201
        },
        {
            "start": 931724203,
            "stop": 931724265
        }
    ]
}