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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=101",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 102,
    "results": [
        {
            "start": 1239830593,
            "stop": 1239830712
        },
        {
            "start": 1239830713,
            "stop": 1239830832
        },
        {
            "start": 1239830833,
            "stop": 1239830952
        },
        {
            "start": 1239830953,
            "stop": 1239831072
        },
        {
            "start": 1239831073,
            "stop": 1239831192
        },
        {
            "start": 1239831193,
            "stop": 1239831312
        },
        {
            "start": 1239831313,
            "stop": 1239831429
        },
        {
            "start": 1239831431,
            "stop": 1239831552
        },
        {
            "start": 1239831553,
            "stop": 1239831672
        },
        {
            "start": 1239831673,
            "stop": 1239831792
        },
        {
            "start": 1239831793,
            "stop": 1239831912
        },
        {
            "start": 1239831913,
            "stop": 1239832032
        },
        {
            "start": 1239832033,
            "stop": 1239832152
        },
        {
            "start": 1239832153,
            "stop": 1239832272
        },
        {
            "start": 1239832273,
            "stop": 1239832392
        },
        {
            "start": 1239832393,
            "stop": 1239832512
        },
        {
            "start": 1239832513,
            "stop": 1239832632
        },
        {
            "start": 1239832633,
            "stop": 1239832752
        },
        {
            "start": 1239832753,
            "stop": 1239832872
        },
        {
            "start": 1239832873,
            "stop": 1239832992
        }
    ]
}