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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1018",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1016",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1017,
    "results": [
        {
            "start": 1252220809,
            "stop": 1252221224
        },
        {
            "start": 1252221226,
            "stop": 1252222502
        },
        {
            "start": 1252222506,
            "stop": 1252223689
        },
        {
            "start": 1252223697,
            "stop": 1252224832
        },
        {
            "start": 1252224837,
            "stop": 1252225664
        },
        {
            "start": 1252225668,
            "stop": 1252225836
        },
        {
            "start": 1252225839,
            "stop": 1252226014
        },
        {
            "start": 1252226017,
            "stop": 1252240400
        },
        {
            "start": 1252240408,
            "stop": 1252240810
        },
        {
            "start": 1252240818,
            "stop": 1252244736
        },
        {
            "start": 1252244739,
            "stop": 1252246128
        },
        {
            "start": 1252246136,
            "stop": 1252246392
        },
        {
            "start": 1252246396,
            "stop": 1252247616
        },
        {
            "start": 1252247620,
            "stop": 1252248278
        },
        {
            "start": 1252248283,
            "stop": 1252249533
        },
        {
            "start": 1252249537,
            "stop": 1252250162
        },
        {
            "start": 1252250167,
            "stop": 1252250200
        },
        {
            "start": 1252250205,
            "stop": 1252250813
        },
        {
            "start": 1252250817,
            "stop": 1252251673
        },
        {
            "start": 1252251681,
            "stop": 1252251869
        }
    ]
}