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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=4",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 5,
    "results": [
        {
            "start": 1238178888,
            "stop": 1238178892
        },
        {
            "start": 1238178893,
            "stop": 1238178907
        },
        {
            "start": 1238178909,
            "stop": 1238178914
        },
        {
            "start": 1238178915,
            "stop": 1238178922
        },
        {
            "start": 1238178923,
            "stop": 1238178940
        },
        {
            "start": 1238178943,
            "stop": 1238178984
        },
        {
            "start": 1238178985,
            "stop": 1238178986
        },
        {
            "start": 1238178990,
            "stop": 1238179006
        },
        {
            "start": 1238179008,
            "stop": 1238179020
        },
        {
            "start": 1238179021,
            "stop": 1238179043
        },
        {
            "start": 1238179045,
            "stop": 1238179054
        },
        {
            "start": 1238179056,
            "stop": 1238179072
        },
        {
            "start": 1238179074,
            "stop": 1238179091
        },
        {
            "start": 1238179092,
            "stop": 1238179147
        },
        {
            "start": 1238179149,
            "stop": 1238179155
        },
        {
            "start": 1238179157,
            "stop": 1238179168
        },
        {
            "start": 1238179169,
            "stop": 1238179188
        },
        {
            "start": 1238179189,
            "stop": 1238179196
        },
        {
            "start": 1238179197,
            "stop": 1238179215
        },
        {
            "start": 1238179216,
            "stop": 1238179221
        }
    ]
}