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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7576",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7574",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7575,
    "results": [
        {
            "start": 970471902,
            "stop": 970471903
        },
        {
            "start": 970471909,
            "stop": 970471945
        },
        {
            "start": 970471948,
            "stop": 970471949
        },
        {
            "start": 970471952,
            "stop": 970471955
        },
        {
            "start": 970471958,
            "stop": 970471986
        },
        {
            "start": 970471989,
            "stop": 970472052
        },
        {
            "start": 970472055,
            "stop": 970472057
        },
        {
            "start": 970472063,
            "stop": 970472077
        },
        {
            "start": 970472081,
            "stop": 970472086
        },
        {
            "start": 970472089,
            "stop": 970472098
        },
        {
            "start": 970472101,
            "stop": 970472110
        },
        {
            "start": 970472113,
            "stop": 970472120
        },
        {
            "start": 970472123,
            "stop": 970472127
        },
        {
            "start": 970472130,
            "stop": 970472144
        },
        {
            "start": 970472147,
            "stop": 970472149
        },
        {
            "start": 970472152,
            "stop": 970472154
        },
        {
            "start": 970472157,
            "stop": 970472164
        },
        {
            "start": 970472170,
            "stop": 970472202
        },
        {
            "start": 970472205,
            "stop": 970472218
        },
        {
            "start": 970472223,
            "stop": 970472224
        }
    ]
}