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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46852",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46853,
    "results": [
        {
            "start": 875140749,
            "stop": 875140776
        },
        {
            "start": 875140779,
            "stop": 875140783
        },
        {
            "start": 875140784,
            "stop": 875140821
        },
        {
            "start": 875140822,
            "stop": 875140829
        },
        {
            "start": 875140830,
            "stop": 875140856
        },
        {
            "start": 875140857,
            "stop": 875140883
        },
        {
            "start": 875140884,
            "stop": 875140901
        },
        {
            "start": 875140902,
            "stop": 875140906
        },
        {
            "start": 875140907,
            "stop": 875140923
        },
        {
            "start": 875140924,
            "stop": 875140935
        },
        {
            "start": 875140938,
            "stop": 875140943
        },
        {
            "start": 875140944,
            "stop": 875140954
        },
        {
            "start": 875140955,
            "stop": 875140956
        },
        {
            "start": 875140958,
            "stop": 875140981
        },
        {
            "start": 875140982,
            "stop": 875140984
        },
        {
            "start": 875140986,
            "stop": 875140999
        },
        {
            "start": 875141000,
            "stop": 875141020
        },
        {
            "start": 875141022,
            "stop": 875141037
        },
        {
            "start": 875141039,
            "stop": 875141043
        },
        {
            "start": 875141044,
            "stop": 875141061
        }
    ]
}