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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6046",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6047,
    "results": [
        {
            "start": 873731942,
            "stop": 873731944
        },
        {
            "start": 873731945,
            "stop": 873731948
        },
        {
            "start": 873731949,
            "stop": 873731956
        },
        {
            "start": 873731958,
            "stop": 873731961
        },
        {
            "start": 873731962,
            "stop": 873731963
        },
        {
            "start": 873731964,
            "stop": 873731968
        },
        {
            "start": 873731972,
            "stop": 873731980
        },
        {
            "start": 873731981,
            "stop": 873731989
        },
        {
            "start": 873731990,
            "stop": 873732014
        },
        {
            "start": 873732015,
            "stop": 873732103
        },
        {
            "start": 873732105,
            "stop": 873732644
        },
        {
            "start": 873732645,
            "stop": 873732706
        },
        {
            "start": 873732708,
            "stop": 873732724
        },
        {
            "start": 873732725,
            "stop": 873732881
        },
        {
            "start": 873732882,
            "stop": 873733299
        },
        {
            "start": 873733301,
            "stop": 873733888
        },
        {
            "start": 873733889,
            "stop": 873734065
        },
        {
            "start": 873734066,
            "stop": 873734290
        },
        {
            "start": 873734292,
            "stop": 873734660
        },
        {
            "start": 873734662,
            "stop": 873735179
        }
    ]
}