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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 91,
    "results": [
        {
            "start": 1259135922,
            "stop": 1259135930
        },
        {
            "start": 1259135935,
            "stop": 1259135949
        },
        {
            "start": 1259135954,
            "stop": 1259135960
        },
        {
            "start": 1259135965,
            "stop": 1259135975
        },
        {
            "start": 1259135980,
            "stop": 1259135985
        },
        {
            "start": 1259135990,
            "stop": 1259135993
        },
        {
            "start": 1259135998,
            "stop": 1259136001
        },
        {
            "start": 1259136006,
            "stop": 1259136011
        },
        {
            "start": 1259136016,
            "stop": 1259136017
        },
        {
            "start": 1259136022,
            "stop": 1259136027
        },
        {
            "start": 1259136032,
            "stop": 1259136068
        },
        {
            "start": 1259136073,
            "stop": 1259136078
        },
        {
            "start": 1259136083,
            "stop": 1259136094
        },
        {
            "start": 1259139755,
            "stop": 1259145212
        },
        {
            "start": 1259145729,
            "stop": 1259145965
        },
        {
            "start": 1259145969,
            "stop": 1259147821
        },
        {
            "start": 1259147823,
            "stop": 1259148017
        },
        {
            "start": 1259148019,
            "stop": 1259156203
        },
        {
            "start": 1259156206,
            "stop": 1259156813
        },
        {
            "start": 1259156817,
            "stop": 1259160816
        }
    ]
}