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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 72,
    "results": [
        {
            "start": 1131424830,
            "stop": 1131428331
        },
        {
            "start": 1131428338,
            "stop": 1131429840
        },
        {
            "start": 1131599292,
            "stop": 1131606124
        },
        {
            "start": 1131606132,
            "stop": 1131607844
        },
        {
            "start": 1131607851,
            "stop": 1131613007
        },
        {
            "start": 1131613015,
            "stop": 1131617738
        },
        {
            "start": 1131617745,
            "stop": 1131620662
        },
        {
            "start": 1131620669,
            "stop": 1131624172
        },
        {
            "start": 1131624179,
            "stop": 1131631154
        },
        {
            "start": 1131631161,
            "stop": 1131633830
        },
        {
            "start": 1131633838,
            "stop": 1131638100
        },
        {
            "start": 1131638107,
            "stop": 1131640122
        },
        {
            "start": 1131640129,
            "stop": 1131647696
        },
        {
            "start": 1131648702,
            "stop": 1131653418
        },
        {
            "start": 1131653425,
            "stop": 1131662263
        },
        {
            "start": 1131662270,
            "stop": 1131665254
        },
        {
            "start": 1131704322,
            "stop": 1131705152
        },
        {
            "start": 1131705159,
            "stop": 1131706610
        },
        {
            "start": 1131706611,
            "stop": 1131710810
        },
        {
            "start": 1131710817,
            "stop": 1131714514
        }
    ]
}