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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=326",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 327,
    "results": [
        {
            "start": 870122402,
            "stop": 870122678
        },
        {
            "start": 870122978,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870132728
        },
        {
            "start": 870132980,
            "stop": 870177870
        },
        {
            "start": 870178986,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870214718
        },
        {
            "start": 870214870,
            "stop": 870215583
        },
        {
            "start": 870215883,
            "stop": 870261899
        },
        {
            "start": 870262009,
            "stop": 870262176
        },
        {
            "start": 870262727,
            "stop": 870272979
        },
        {
            "start": 870274256,
            "stop": 870274313
        },
        {
            "start": 870275651,
            "stop": 870289756
        },
        {
            "start": 870290247,
            "stop": 870292488
        },
        {
            "start": 870292598,
            "stop": 870292802
        },
        {
            "start": 870293102,
            "stop": 870293443
        },
        {
            "start": 870293553,
            "stop": 870293727
        },
        {
            "start": 870294027,
            "stop": 870294233
        },
        {
            "start": 870294343,
            "stop": 870295374
        },
        {
            "start": 870295674,
            "stop": 870296233
        },
        {
            "start": 870296343,
            "stop": 870296540
        }
    ]
}