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/O1/timelines/H1_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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=63",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 64,
    "results": [
        {
            "start": 1131059161,
            "stop": 1131059182
        },
        {
            "start": 1131059183,
            "stop": 1131059192
        },
        {
            "start": 1131059195,
            "stop": 1131059196
        },
        {
            "start": 1131059197,
            "stop": 1131059251
        },
        {
            "start": 1131059252,
            "stop": 1131059253
        },
        {
            "start": 1131059254,
            "stop": 1131059283
        },
        {
            "start": 1131059284,
            "stop": 1131059286
        },
        {
            "start": 1131059287,
            "stop": 1131059288
        },
        {
            "start": 1131059289,
            "stop": 1131059295
        },
        {
            "start": 1131059298,
            "stop": 1131059303
        },
        {
            "start": 1131059304,
            "stop": 1131059309
        },
        {
            "start": 1131059311,
            "stop": 1131059316
        },
        {
            "start": 1131059317,
            "stop": 1131059354
        },
        {
            "start": 1131059356,
            "stop": 1131059377
        },
        {
            "start": 1131059379,
            "stop": 1131059413
        },
        {
            "start": 1131059414,
            "stop": 1131059432
        },
        {
            "start": 1131059433,
            "stop": 1131059467
        },
        {
            "start": 1131059468,
            "stop": 1131059474
        },
        {
            "start": 1131059475,
            "stop": 1131059479
        },
        {
            "start": 1131059480,
            "stop": 1131059498
        }
    ]
}