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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5053",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5054,
    "results": [
        {
            "start": 874603745,
            "stop": 874603799
        },
        {
            "start": 874603806,
            "stop": 874603864
        },
        {
            "start": 874603871,
            "stop": 874603918
        },
        {
            "start": 874603925,
            "stop": 874603937
        },
        {
            "start": 874603944,
            "stop": 874604020
        },
        {
            "start": 874604031,
            "stop": 874604047
        },
        {
            "start": 874604054,
            "stop": 874604083
        },
        {
            "start": 874604090,
            "stop": 874604095
        },
        {
            "start": 874604102,
            "stop": 874604113
        },
        {
            "start": 874604120,
            "stop": 874604140
        },
        {
            "start": 874604153,
            "stop": 874604158
        },
        {
            "start": 874604173,
            "stop": 874604179
        },
        {
            "start": 874604186,
            "stop": 874604224
        },
        {
            "start": 874604232,
            "stop": 874604236
        },
        {
            "start": 874604243,
            "stop": 874604260
        },
        {
            "start": 874604274,
            "stop": 874604311
        },
        {
            "start": 874604318,
            "stop": 874604349
        },
        {
            "start": 874604361,
            "stop": 874604386
        },
        {
            "start": 874604397,
            "stop": 874604426
        },
        {
            "start": 874604434,
            "stop": 874604436
        }
    ]
}