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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=224",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 225,
    "results": [
        {
            "start": 933322035,
            "stop": 933324069
        },
        {
            "start": 933324071,
            "stop": 933325215
        },
        {
            "start": 933325575,
            "stop": 933326969
        },
        {
            "start": 933326971,
            "stop": 933327146
        },
        {
            "start": 933327148,
            "stop": 933327510
        },
        {
            "start": 933327512,
            "stop": 933328815
        },
        {
            "start": 933329175,
            "stop": 933329791
        },
        {
            "start": 933329793,
            "stop": 933330540
        },
        {
            "start": 933330542,
            "stop": 933330900
        },
        {
            "start": 933330902,
            "stop": 933332415
        },
        {
            "start": 933332775,
            "stop": 933333090
        },
        {
            "start": 933333092,
            "stop": 933333462
        },
        {
            "start": 933333464,
            "stop": 933336015
        },
        {
            "start": 933336375,
            "stop": 933337530
        },
        {
            "start": 933337533,
            "stop": 933339615
        },
        {
            "start": 933339975,
            "stop": 933343215
        },
        {
            "start": 933343575,
            "stop": 933344271
        },
        {
            "start": 933344273,
            "stop": 933344372
        },
        {
            "start": 933344374,
            "stop": 933344402
        },
        {
            "start": 933344404,
            "stop": 933346415
        }
    ]
}