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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=272",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 273,
    "results": [
        {
            "start": 820521179,
            "stop": 820521206
        },
        {
            "start": 820521210,
            "stop": 820521234
        },
        {
            "start": 820521237,
            "stop": 820521540
        },
        {
            "start": 820521600,
            "stop": 820521618
        },
        {
            "start": 820521621,
            "stop": 820521652
        },
        {
            "start": 820521655,
            "stop": 820521737
        },
        {
            "start": 820521740,
            "stop": 820521783
        },
        {
            "start": 820521787,
            "stop": 820521814
        },
        {
            "start": 820521833,
            "stop": 820521877
        },
        {
            "start": 820521880,
            "stop": 820521883
        },
        {
            "start": 820521887,
            "stop": 820521969
        },
        {
            "start": 820521972,
            "stop": 820522033
        },
        {
            "start": 820522320,
            "stop": 820522496
        },
        {
            "start": 820522499,
            "stop": 820522513
        },
        {
            "start": 820522613,
            "stop": 820522620
        },
        {
            "start": 820522680,
            "stop": 820522704
        },
        {
            "start": 820522707,
            "stop": 820522753
        },
        {
            "start": 820525502,
            "stop": 820525620
        },
        {
            "start": 820525680,
            "stop": 820525726
        },
        {
            "start": 820525846,
            "stop": 820525921
        }
    ]
}