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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=120",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 121,
    "results": [
        {
            "start": 1134920661,
            "stop": 1134920690
        },
        {
            "start": 1134920694,
            "stop": 1134920726
        },
        {
            "start": 1134920730,
            "stop": 1134920750
        },
        {
            "start": 1134920753,
            "stop": 1134920763
        },
        {
            "start": 1134920766,
            "stop": 1134920768
        },
        {
            "start": 1134920774,
            "stop": 1134920778
        },
        {
            "start": 1134920781,
            "stop": 1134920784
        },
        {
            "start": 1134920788,
            "stop": 1134920814
        },
        {
            "start": 1134920817,
            "stop": 1134920828
        },
        {
            "start": 1134920833,
            "stop": 1134922607
        },
        {
            "start": 1134922610,
            "stop": 1134922620
        },
        {
            "start": 1134922623,
            "stop": 1134922730
        },
        {
            "start": 1134922733,
            "stop": 1134922735
        },
        {
            "start": 1134922738,
            "stop": 1134922764
        },
        {
            "start": 1134922769,
            "stop": 1134922980
        },
        {
            "start": 1134922986,
            "stop": 1134922992
        },
        {
            "start": 1134922998,
            "stop": 1134923065
        },
        {
            "start": 1134923069,
            "stop": 1134923070
        },
        {
            "start": 1134923073,
            "stop": 1134923083
        },
        {
            "start": 1134923087,
            "stop": 1134923098
        }
    ]
}