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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW_CBC/segments?format=api&page=48",
    "results_count": 967,
    "results_per_page": 20,
    "num_pages": 49,
    "page_number": 49,
    "results": [
        {
            "start": 847503637,
            "stop": 847503852
        },
        {
            "start": 847519109,
            "stop": 847519245
        },
        {
            "start": 847530021,
            "stop": 847530148
        },
        {
            "start": 847541805,
            "stop": 847541949
        },
        {
            "start": 865120221,
            "stop": 865120401
        },
        {
            "start": 865143681,
            "stop": 865143861
        },
        {
            "start": 873739859,
            "stop": 873739979
        }
    ]
}