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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15863",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15861",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15862,
    "results": [
        {
            "start": 971240027,
            "stop": 971240030
        },
        {
            "start": 971240031,
            "stop": 971240046
        },
        {
            "start": 971240048,
            "stop": 971240052
        },
        {
            "start": 971240053,
            "stop": 971240055
        },
        {
            "start": 971240056,
            "stop": 971240058
        },
        {
            "start": 971240059,
            "stop": 971240074
        },
        {
            "start": 971240076,
            "stop": 971240088
        },
        {
            "start": 971240090,
            "stop": 971240099
        },
        {
            "start": 971240100,
            "stop": 971240107
        },
        {
            "start": 971240109,
            "stop": 971240111
        },
        {
            "start": 971240112,
            "stop": 971240145
        },
        {
            "start": 971240147,
            "stop": 971240187
        },
        {
            "start": 971240189,
            "stop": 971240196
        },
        {
            "start": 971240197,
            "stop": 971240210
        },
        {
            "start": 971240211,
            "stop": 971240230
        },
        {
            "start": 971240231,
            "stop": 971240233
        },
        {
            "start": 971240236,
            "stop": 971240240
        },
        {
            "start": 971240241,
            "stop": 971240245
        },
        {
            "start": 971240246,
            "stop": 971240254
        },
        {
            "start": 971240256,
            "stop": 971240257
        }
    ]
}