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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=225",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 226,
    "results": [
        {
            "start": 1177136417,
            "stop": 1177136425
        },
        {
            "start": 1177136426,
            "stop": 1177136628
        },
        {
            "start": 1177136629,
            "stop": 1177136631
        },
        {
            "start": 1177136635,
            "stop": 1177136664
        },
        {
            "start": 1177136665,
            "stop": 1177136682
        },
        {
            "start": 1177136685,
            "stop": 1177136686
        },
        {
            "start": 1177136691,
            "stop": 1177136753
        },
        {
            "start": 1177136754,
            "stop": 1177136857
        },
        {
            "start": 1177136858,
            "stop": 1177136886
        },
        {
            "start": 1177136888,
            "stop": 1177136997
        },
        {
            "start": 1177136998,
            "stop": 1177137017
        },
        {
            "start": 1177137019,
            "stop": 1177137020
        },
        {
            "start": 1177137022,
            "stop": 1177137024
        },
        {
            "start": 1177137026,
            "stop": 1177137027
        },
        {
            "start": 1177137029,
            "stop": 1177137030
        },
        {
            "start": 1177137031,
            "stop": 1177137032
        },
        {
            "start": 1177137033,
            "stop": 1177137043
        },
        {
            "start": 1177137045,
            "stop": 1177137046
        },
        {
            "start": 1177137047,
            "stop": 1177137077
        },
        {
            "start": 1177137080,
            "stop": 1177137088
        }
    ]
}