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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=168",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 169,
    "results": [
        {
            "start": 819319855,
            "stop": 819321411
        },
        {
            "start": 819321414,
            "stop": 819321427
        },
        {
            "start": 819321628,
            "stop": 819322046
        },
        {
            "start": 819322049,
            "stop": 819322115
        },
        {
            "start": 819322119,
            "stop": 819322230
        },
        {
            "start": 819322630,
            "stop": 819322889
        },
        {
            "start": 819322892,
            "stop": 819323072
        },
        {
            "start": 819323104,
            "stop": 819323602
        },
        {
            "start": 819323605,
            "stop": 819325273
        },
        {
            "start": 819326651,
            "stop": 819331304
        },
        {
            "start": 819331307,
            "stop": 819332788
        },
        {
            "start": 819332908,
            "stop": 819333360
        },
        {
            "start": 819333480,
            "stop": 819336009
        },
        {
            "start": 819336012,
            "stop": 819336429
        },
        {
            "start": 819336432,
            "stop": 819337984
        },
        {
            "start": 819338016,
            "stop": 819338140
        },
        {
            "start": 819338260,
            "stop": 819339481
        },
        {
            "start": 819339484,
            "stop": 819340564
        },
        {
            "start": 819340684,
            "stop": 819341567
        },
        {
            "start": 819341568,
            "stop": 819342897
        }
    ]
}