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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 81,
    "results": [
        {
            "start": 931358014,
            "stop": 931358019
        },
        {
            "start": 931358021,
            "stop": 931358025
        },
        {
            "start": 931358027,
            "stop": 931358029
        },
        {
            "start": 931358041,
            "stop": 931358042
        },
        {
            "start": 931358202,
            "stop": 931358205
        },
        {
            "start": 931358206,
            "stop": 931358207
        },
        {
            "start": 931358225,
            "stop": 931358228
        },
        {
            "start": 931358234,
            "stop": 931358235
        },
        {
            "start": 931358236,
            "stop": 931358237
        },
        {
            "start": 931358239,
            "stop": 931358240
        },
        {
            "start": 931358242,
            "stop": 931358248
        },
        {
            "start": 931358255,
            "stop": 931358256
        },
        {
            "start": 931358258,
            "stop": 931358261
        },
        {
            "start": 931358267,
            "stop": 931358268
        },
        {
            "start": 931358270,
            "stop": 931358279
        },
        {
            "start": 931358280,
            "stop": 931358299
        },
        {
            "start": 931358300,
            "stop": 931358306
        },
        {
            "start": 931358308,
            "stop": 931358314
        },
        {
            "start": 931358319,
            "stop": 931358334
        },
        {
            "start": 931358336,
            "stop": 931358338
        }
    ]
}