Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=118
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=117",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 118,
    "results": [
        {
            "start": 835920206,
            "stop": 835944852
        },
        {
            "start": 835944859,
            "stop": 835954343
        },
        {
            "start": 835956185,
            "stop": 835956803
        },
        {
            "start": 835956811,
            "stop": 835958903
        },
        {
            "start": 835960739,
            "stop": 835961459
        },
        {
            "start": 835962564,
            "stop": 835965744
        },
        {
            "start": 835965751,
            "stop": 835968995
        },
        {
            "start": 835969000,
            "stop": 835969033
        },
        {
            "start": 835969035,
            "stop": 835969092
        },
        {
            "start": 835969103,
            "stop": 835970601
        },
        {
            "start": 835970609,
            "stop": 835976635
        },
        {
            "start": 835976655,
            "stop": 835978477
        },
        {
            "start": 835978483,
            "stop": 835978799
        },
        {
            "start": 835980371,
            "stop": 835984132
        },
        {
            "start": 835985009,
            "stop": 835988036
        },
        {
            "start": 835988037,
            "stop": 835988687
        },
        {
            "start": 835988797,
            "stop": 835989613
        },
        {
            "start": 835989623,
            "stop": 835989638
        },
        {
            "start": 835989656,
            "stop": 835989658
        },
        {
            "start": 835989742,
            "stop": 835991555
        }
    ]
}