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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=63",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 64,
    "results": [
        {
            "start": 1258324856,
            "stop": 1258327208
        },
        {
            "start": 1258327210,
            "stop": 1258329061
        },
        {
            "start": 1258329062,
            "stop": 1258330032
        },
        {
            "start": 1258330033,
            "stop": 1258332298
        },
        {
            "start": 1258332305,
            "stop": 1258332310
        },
        {
            "start": 1258332313,
            "stop": 1258332319
        },
        {
            "start": 1258332321,
            "stop": 1258333207
        },
        {
            "start": 1258333212,
            "stop": 1258333483
        },
        {
            "start": 1258333488,
            "stop": 1258333545
        },
        {
            "start": 1258333550,
            "stop": 1258333583
        },
        {
            "start": 1258338367,
            "stop": 1258339950
        },
        {
            "start": 1258339955,
            "stop": 1258342520
        },
        {
            "start": 1258342528,
            "stop": 1258344431
        },
        {
            "start": 1258344435,
            "stop": 1258344650
        },
        {
            "start": 1258344655,
            "stop": 1258345309
        },
        {
            "start": 1258345312,
            "stop": 1258347303
        },
        {
            "start": 1258347307,
            "stop": 1258347542
        },
        {
            "start": 1258347543,
            "stop": 1258355264
        },
        {
            "start": 1258355268,
            "stop": 1258355363
        },
        {
            "start": 1258355367,
            "stop": 1258355819
        }
    ]
}