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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_HW_CBC/segments?format=api&page=54",
    "results_count": 1089,
    "results_per_page": 20,
    "num_pages": 55,
    "page_number": 55,
    "results": [
        {
            "start": 847479772,
            "stop": 847479972
        },
        {
            "start": 847494419,
            "stop": 847494619
        },
        {
            "start": 847503636,
            "stop": 847503851
        },
        {
            "start": 847519108,
            "stop": 847519244
        },
        {
            "start": 847530020,
            "stop": 847530147
        },
        {
            "start": 847541804,
            "stop": 847541948
        },
        {
            "start": 865120221,
            "stop": 865120401
        },
        {
            "start": 865143681,
            "stop": 865143861
        },
        {
            "start": 873739859,
            "stop": 873739979
        }
    ]
}