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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4619",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4620,
    "results": [
        {
            "start": 874210908,
            "stop": 874211063
        },
        {
            "start": 874211083,
            "stop": 874211103
        },
        {
            "start": 874211122,
            "stop": 874211257
        },
        {
            "start": 874211261,
            "stop": 874211273
        },
        {
            "start": 874211293,
            "stop": 874211377
        },
        {
            "start": 874211405,
            "stop": 874211605
        },
        {
            "start": 874211624,
            "stop": 874212039
        },
        {
            "start": 874212056,
            "stop": 874212439
        },
        {
            "start": 874212458,
            "stop": 874212699
        },
        {
            "start": 874212719,
            "stop": 874212898
        },
        {
            "start": 874212918,
            "stop": 874213421
        },
        {
            "start": 874213440,
            "stop": 874213683
        },
        {
            "start": 874213702,
            "stop": 874213743
        },
        {
            "start": 874213763,
            "stop": 874214006
        },
        {
            "start": 874214026,
            "stop": 874214087
        },
        {
            "start": 874214106,
            "stop": 874214258
        },
        {
            "start": 874214277,
            "stop": 874214393
        },
        {
            "start": 874214412,
            "stop": 874214637
        },
        {
            "start": 874214656,
            "stop": 874214731
        },
        {
            "start": 874214750,
            "stop": 874214899
        }
    ]
}