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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=135",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 136,
    "results": [
        {
            "start": 1176947792,
            "stop": 1176947931
        },
        {
            "start": 1176947933,
            "stop": 1176947942
        },
        {
            "start": 1176947948,
            "stop": 1176947949
        },
        {
            "start": 1176947951,
            "stop": 1176947965
        },
        {
            "start": 1176947967,
            "stop": 1176947974
        },
        {
            "start": 1176947979,
            "stop": 1176948010
        },
        {
            "start": 1176948014,
            "stop": 1176948016
        },
        {
            "start": 1176948021,
            "stop": 1176948049
        },
        {
            "start": 1176948064,
            "stop": 1176948065
        },
        {
            "start": 1176948069,
            "stop": 1176948070
        },
        {
            "start": 1176948071,
            "stop": 1176948085
        },
        {
            "start": 1176948089,
            "stop": 1176948095
        },
        {
            "start": 1176948105,
            "stop": 1176948106
        },
        {
            "start": 1176948109,
            "stop": 1176948112
        },
        {
            "start": 1176948115,
            "stop": 1176948155
        },
        {
            "start": 1176948160,
            "stop": 1176948176
        },
        {
            "start": 1176948178,
            "stop": 1176948197
        },
        {
            "start": 1176948205,
            "stop": 1176948206
        },
        {
            "start": 1176948207,
            "stop": 1176948271
        },
        {
            "start": 1176948274,
            "stop": 1176948275
        }
    ]
}