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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=992",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=990",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 991,
    "results": [
        {
            "start": 1134919752,
            "stop": 1134919771
        },
        {
            "start": 1134919774,
            "stop": 1134919779
        },
        {
            "start": 1134919782,
            "stop": 1134920658
        },
        {
            "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": 1134920834,
            "stop": 1134922606
        },
        {
            "start": 1134922611,
            "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
        }
    ]
}