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=1932
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=1933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1931",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1932,
    "results": [
        {
            "start": 850065331,
            "stop": 850065337
        },
        {
            "start": 850065343,
            "stop": 850065378
        },
        {
            "start": 850065488,
            "stop": 850065532
        },
        {
            "start": 850065833,
            "stop": 850065837
        },
        {
            "start": 850065960,
            "stop": 850065965
        },
        {
            "start": 850065966,
            "stop": 850065970
        },
        {
            "start": 850065971,
            "stop": 850065976
        },
        {
            "start": 850065977,
            "stop": 850066022
        },
        {
            "start": 850066029,
            "stop": 850066047
        },
        {
            "start": 850066053,
            "stop": 850066062
        },
        {
            "start": 850066064,
            "stop": 850066066
        },
        {
            "start": 850066067,
            "stop": 850066068
        },
        {
            "start": 850066088,
            "stop": 850066089
        },
        {
            "start": 850066099,
            "stop": 850066145
        },
        {
            "start": 850066150,
            "stop": 850066152
        },
        {
            "start": 850066163,
            "stop": 850066188
        },
        {
            "start": 850066189,
            "stop": 850066195
        },
        {
            "start": 850066199,
            "stop": 850066207
        },
        {
            "start": 850066213,
            "stop": 850066217
        },
        {
            "start": 850066223,
            "stop": 850066227
        }
    ]
}