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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=588",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 589,
    "results": [
        {
            "start": 827854908,
            "stop": 827854926
        },
        {
            "start": 827854964,
            "stop": 827854970
        },
        {
            "start": 827855002,
            "stop": 827855013
        },
        {
            "start": 827855125,
            "stop": 827855135
        },
        {
            "start": 827855200,
            "stop": 827855216
        },
        {
            "start": 827855245,
            "stop": 827855246
        },
        {
            "start": 827855282,
            "stop": 827855296
        },
        {
            "start": 827855377,
            "stop": 827855380
        },
        {
            "start": 827855712,
            "stop": 827855715
        },
        {
            "start": 827855752,
            "stop": 827855866
        },
        {
            "start": 827855885,
            "stop": 827855889
        },
        {
            "start": 827855911,
            "stop": 827856044
        },
        {
            "start": 827856063,
            "stop": 827856136
        },
        {
            "start": 827856155,
            "stop": 827856240
        },
        {
            "start": 827856300,
            "stop": 827856792
        },
        {
            "start": 827856811,
            "stop": 827857080
        },
        {
            "start": 827857140,
            "stop": 827857278
        },
        {
            "start": 827857297,
            "stop": 827857787
        },
        {
            "start": 827857808,
            "stop": 827858087
        },
        {
            "start": 827858106,
            "stop": 827858498
        }
    ]
}