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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7481",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7479",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7480,
    "results": [
        {
            "start": 970207136,
            "stop": 970207137
        },
        {
            "start": 970207163,
            "stop": 970207190
        },
        {
            "start": 970208876,
            "stop": 970209033
        },
        {
            "start": 970209036,
            "stop": 970209038
        },
        {
            "start": 970209041,
            "stop": 970209058
        },
        {
            "start": 970209065,
            "stop": 970209067
        },
        {
            "start": 970209072,
            "stop": 970209109
        },
        {
            "start": 970209112,
            "stop": 970209143
        },
        {
            "start": 970209146,
            "stop": 970209157
        },
        {
            "start": 970209160,
            "stop": 970209282
        },
        {
            "start": 970209285,
            "stop": 970209528
        },
        {
            "start": 970209531,
            "stop": 970209579
        },
        {
            "start": 970209587,
            "stop": 970209588
        },
        {
            "start": 970209596,
            "stop": 970209598
        },
        {
            "start": 970209601,
            "stop": 970209602
        },
        {
            "start": 970209606,
            "stop": 970209610
        },
        {
            "start": 970209613,
            "stop": 970209799
        },
        {
            "start": 970209802,
            "stop": 970209875
        },
        {
            "start": 970209878,
            "stop": 970211193
        },
        {
            "start": 970211196,
            "stop": 970211211
        }
    ]
}