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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=260",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 261,
    "results": [
        {
            "start": 934129725,
            "stop": 934129925
        },
        {
            "start": 934129927,
            "stop": 934129951
        },
        {
            "start": 934129955,
            "stop": 934129984
        },
        {
            "start": 934129987,
            "stop": 934130019
        },
        {
            "start": 934130021,
            "stop": 934130176
        },
        {
            "start": 934130178,
            "stop": 934130217
        },
        {
            "start": 934130222,
            "stop": 934130900
        },
        {
            "start": 934130903,
            "stop": 934131194
        },
        {
            "start": 934131203,
            "stop": 934131615
        },
        {
            "start": 934131855,
            "stop": 934132047
        },
        {
            "start": 934132049,
            "stop": 934132092
        },
        {
            "start": 934132095,
            "stop": 934132111
        },
        {
            "start": 934132115,
            "stop": 934132362
        },
        {
            "start": 934132365,
            "stop": 934132547
        },
        {
            "start": 934132549,
            "stop": 934132820
        },
        {
            "start": 934132839,
            "stop": 934132870
        },
        {
            "start": 934132872,
            "stop": 934132935
        },
        {
            "start": 934132940,
            "stop": 934132965
        },
        {
            "start": 934132968,
            "stop": 934132998
        },
        {
            "start": 934133001,
            "stop": 934133161
        }
    ]
}