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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1080",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1078",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1079,
    "results": [
        {
            "start": 1136392280,
            "stop": 1136392450
        },
        {
            "start": 1136392453,
            "stop": 1136392527
        },
        {
            "start": 1136392530,
            "stop": 1136392568
        },
        {
            "start": 1136392571,
            "stop": 1136392596
        },
        {
            "start": 1136392599,
            "stop": 1136392632
        },
        {
            "start": 1136392635,
            "stop": 1136392661
        },
        {
            "start": 1136392664,
            "stop": 1136392686
        },
        {
            "start": 1136392690,
            "stop": 1136392750
        },
        {
            "start": 1136392754,
            "stop": 1136392812
        },
        {
            "start": 1136392817,
            "stop": 1136392871
        },
        {
            "start": 1136392875,
            "stop": 1136392907
        },
        {
            "start": 1136392910,
            "stop": 1136392922
        },
        {
            "start": 1136392927,
            "stop": 1136392959
        },
        {
            "start": 1136392963,
            "stop": 1136392995
        },
        {
            "start": 1136392999,
            "stop": 1136393017
        },
        {
            "start": 1136393020,
            "stop": 1136393038
        },
        {
            "start": 1136393042,
            "stop": 1136393087
        },
        {
            "start": 1136393091,
            "stop": 1136393146
        },
        {
            "start": 1136393150,
            "stop": 1136393189
        },
        {
            "start": 1136393192,
            "stop": 1136393195
        }
    ]
}