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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 120,
    "results": [
        {
            "start": 931353881,
            "stop": 931353885
        },
        {
            "start": 931353887,
            "stop": 931353903
        },
        {
            "start": 931353904,
            "stop": 931353909
        },
        {
            "start": 931353911,
            "stop": 931353935
        },
        {
            "start": 931353936,
            "stop": 931353939
        },
        {
            "start": 931353940,
            "stop": 931354017
        },
        {
            "start": 931354018,
            "stop": 931354087
        },
        {
            "start": 931354088,
            "stop": 931354142
        },
        {
            "start": 931354144,
            "stop": 931354187
        },
        {
            "start": 931357989,
            "stop": 931358010
        },
        {
            "start": 931358014,
            "stop": 931358019
        },
        {
            "start": 931358021,
            "stop": 931358025
        },
        {
            "start": 931358027,
            "stop": 931358029
        },
        {
            "start": 931358041,
            "stop": 931358042
        },
        {
            "start": 931358203,
            "stop": 931358205
        },
        {
            "start": 931358206,
            "stop": 931358207
        },
        {
            "start": 931358225,
            "stop": 931358228
        },
        {
            "start": 931358234,
            "stop": 931358235
        },
        {
            "start": 931358236,
            "stop": 931358237
        },
        {
            "start": 931358239,
            "stop": 931358240
        }
    ]
}