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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=22",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 23,
    "results": [
        {
            "start": 819916431,
            "stop": 819922510
        },
        {
            "start": 819923510,
            "stop": 819927321
        },
        {
            "start": 819930752,
            "stop": 819930871
        },
        {
            "start": 819931087,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819941674
        },
        {
            "start": 819941790,
            "stop": 819966010
        },
        {
            "start": 819966143,
            "stop": 819968536
        },
        {
            "start": 819977247,
            "stop": 819977551
        },
        {
            "start": 819979099,
            "stop": 819979297
        },
        {
            "start": 819982169,
            "stop": 819983921
        },
        {
            "start": 819985429,
            "stop": 820001764
        },
        {
            "start": 820002434,
            "stop": 820002955
        },
        {
            "start": 820026973,
            "stop": 820049767
        },
        {
            "start": 820051021,
            "stop": 820051548
        },
        {
            "start": 820052715,
            "stop": 820052975
        },
        {
            "start": 820054389,
            "stop": 820054718
        },
        {
            "start": 820060252,
            "stop": 820060529
        },
        {
            "start": 820062025,
            "stop": 820063003
        },
        {
            "start": 820064390,
            "stop": 820087102
        },
        {
            "start": 820089692,
            "stop": 820097607
        }
    ]
}