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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=258",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 259,
    "results": [
        {
            "start": 827854889,
            "stop": 827854898
        },
        {
            "start": 827854900,
            "stop": 827854935
        },
        {
            "start": 827854937,
            "stop": 827854949
        },
        {
            "start": 827854951,
            "stop": 827854952
        },
        {
            "start": 827854956,
            "stop": 827854979
        },
        {
            "start": 827854981,
            "stop": 827854984
        },
        {
            "start": 827854986,
            "stop": 827854992
        },
        {
            "start": 827854994,
            "stop": 827855022
        },
        {
            "start": 827855025,
            "stop": 827855039
        },
        {
            "start": 827855041,
            "stop": 827855048
        },
        {
            "start": 827855050,
            "stop": 827855063
        },
        {
            "start": 827855065,
            "stop": 827855068
        },
        {
            "start": 827855073,
            "stop": 827855082
        },
        {
            "start": 827855084,
            "stop": 827855088
        },
        {
            "start": 827855090,
            "stop": 827855107
        },
        {
            "start": 827855109,
            "stop": 827855115
        },
        {
            "start": 827855117,
            "stop": 827855144
        },
        {
            "start": 827855146,
            "stop": 827855158
        },
        {
            "start": 827855161,
            "stop": 827855177
        },
        {
            "start": 827855180,
            "stop": 827855185
        }
    ]
}