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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=217",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 218,
    "results": [
        {
            "start": 1136407947,
            "stop": 1136407949
        },
        {
            "start": 1136407953,
            "stop": 1136407956
        },
        {
            "start": 1136407960,
            "stop": 1136407962
        },
        {
            "start": 1136407965,
            "stop": 1136407967
        },
        {
            "start": 1136408019,
            "stop": 1136408021
        },
        {
            "start": 1136408051,
            "stop": 1136408053
        },
        {
            "start": 1136408120,
            "stop": 1136408129
        },
        {
            "start": 1136408133,
            "stop": 1136408141
        },
        {
            "start": 1136408146,
            "stop": 1136408165
        },
        {
            "start": 1136408169,
            "stop": 1136408182
        },
        {
            "start": 1136408186,
            "stop": 1136408201
        },
        {
            "start": 1136408204,
            "stop": 1136408224
        },
        {
            "start": 1136408229,
            "stop": 1136408252
        },
        {
            "start": 1136408255,
            "stop": 1136408268
        },
        {
            "start": 1136408273,
            "stop": 1136408277
        },
        {
            "start": 1136408280,
            "stop": 1136408289
        },
        {
            "start": 1136408292,
            "stop": 1136408294
        },
        {
            "start": 1136408297,
            "stop": 1136408299
        },
        {
            "start": 1136408302,
            "stop": 1136408304
        },
        {
            "start": 1136408307,
            "stop": 1136408311
        }
    ]
}