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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=194",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 195,
    "results": [
        {
            "start": 820470569,
            "stop": 820470805
        },
        {
            "start": 820470808,
            "stop": 820471425
        },
        {
            "start": 820471429,
            "stop": 820471949
        },
        {
            "start": 820471952,
            "stop": 820472255
        },
        {
            "start": 820472259,
            "stop": 820472262
        },
        {
            "start": 820472265,
            "stop": 820472612
        },
        {
            "start": 820472615,
            "stop": 820472638
        },
        {
            "start": 820472641,
            "stop": 820472921
        },
        {
            "start": 820472924,
            "stop": 820473020
        },
        {
            "start": 820473023,
            "stop": 820473144
        },
        {
            "start": 820473148,
            "stop": 820473162
        },
        {
            "start": 820473165,
            "stop": 820473193
        },
        {
            "start": 820473411,
            "stop": 820473974
        },
        {
            "start": 820473978,
            "stop": 820474073
        },
        {
            "start": 820474076,
            "stop": 820474108
        },
        {
            "start": 820474112,
            "stop": 820474116
        },
        {
            "start": 820474119,
            "stop": 820474151
        },
        {
            "start": 820474155,
            "stop": 820474278
        },
        {
            "start": 820474282,
            "stop": 820474488
        },
        {
            "start": 820474505,
            "stop": 820474596
        }
    ]
}