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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=341",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 342,
    "results": [
        {
            "start": 821751027,
            "stop": 821751028
        },
        {
            "start": 821751035,
            "stop": 821751043
        },
        {
            "start": 821751048,
            "stop": 821751051
        },
        {
            "start": 821751054,
            "stop": 821751080
        },
        {
            "start": 821751083,
            "stop": 821751085
        },
        {
            "start": 821751090,
            "stop": 821751091
        },
        {
            "start": 821751094,
            "stop": 821751099
        },
        {
            "start": 821751102,
            "stop": 821751103
        },
        {
            "start": 821751106,
            "stop": 821751112
        },
        {
            "start": 821751119,
            "stop": 821751120
        },
        {
            "start": 821751124,
            "stop": 821751125
        },
        {
            "start": 821751131,
            "stop": 821751145
        },
        {
            "start": 821751148,
            "stop": 821751151
        },
        {
            "start": 821751154,
            "stop": 821751155
        },
        {
            "start": 821751161,
            "stop": 821751165
        },
        {
            "start": 821751169,
            "stop": 821751177
        },
        {
            "start": 821751180,
            "stop": 821751189
        },
        {
            "start": 821751199,
            "stop": 821751201
        },
        {
            "start": 821751204,
            "stop": 821751216
        },
        {
            "start": 821751226,
            "stop": 821751229
        }
    ]
}