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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=205",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 206,
    "results": [
        {
            "start": 932828348,
            "stop": 932828415
        },
        {
            "start": 932939605,
            "stop": 932940015
        },
        {
            "start": 932940375,
            "stop": 932940581
        },
        {
            "start": 932940614,
            "stop": 932943615
        },
        {
            "start": 932943975,
            "stop": 932946658
        },
        {
            "start": 932946675,
            "stop": 932947137
        },
        {
            "start": 932947139,
            "stop": 932947215
        },
        {
            "start": 932947575,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932958986
        },
        {
            "start": 932959004,
            "stop": 932959421
        },
        {
            "start": 932960499,
            "stop": 932960501
        },
        {
            "start": 932960502,
            "stop": 932960593
        },
        {
            "start": 932960595,
            "stop": 932960932
        },
        {
            "start": 932960937,
            "stop": 932961105
        },
        {
            "start": 932961110,
            "stop": 932961615
        },
        {
            "start": 932961975,
            "stop": 932961987
        },
        {
            "start": 932962008,
            "stop": 932962248
        },
        {
            "start": 932962250,
            "stop": 932962443
        },
        {
            "start": 932962461,
            "stop": 932962487
        },
        {
            "start": 932962489,
            "stop": 932962495
        }
    ]
}