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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=42",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 43,
    "results": [
        {
            "start": 941184795,
            "stop": 941184853
        },
        {
            "start": 941185960,
            "stop": 941186735
        },
        {
            "start": 941190420,
            "stop": 941191275
        },
        {
            "start": 941194337,
            "stop": 941195780
        },
        {
            "start": 941208903,
            "stop": 941209182
        },
        {
            "start": 941228771,
            "stop": 941228946
        },
        {
            "start": 941229740,
            "stop": 941230020
        },
        {
            "start": 941230719,
            "stop": 941231100
        },
        {
            "start": 941233982,
            "stop": 941234018
        },
        {
            "start": 941234953,
            "stop": 941235385
        },
        {
            "start": 941236492,
            "stop": 941237538
        },
        {
            "start": 941238232,
            "stop": 941238237
        },
        {
            "start": 941238271,
            "stop": 941238274
        },
        {
            "start": 941238414,
            "stop": 941239498
        },
        {
            "start": 941240754,
            "stop": 941242281
        },
        {
            "start": 941243678,
            "stop": 941247054
        },
        {
            "start": 941248624,
            "stop": 941251906
        },
        {
            "start": 941253055,
            "stop": 941253910
        },
        {
            "start": 941256366,
            "stop": 941256934
        },
        {
            "start": 941274408,
            "stop": 941274797
        }
    ]
}