Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=161
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 161,
    "results": [
        {
            "start": 820411250,
            "stop": 820411302
        },
        {
            "start": 820411305,
            "stop": 820411640
        },
        {
            "start": 820411643,
            "stop": 820411959
        },
        {
            "start": 820411962,
            "stop": 820411980
        },
        {
            "start": 820412040,
            "stop": 820412111
        },
        {
            "start": 820412115,
            "stop": 820412268
        },
        {
            "start": 820412271,
            "stop": 820412276
        },
        {
            "start": 820412280,
            "stop": 820412914
        },
        {
            "start": 820412917,
            "stop": 820412962
        },
        {
            "start": 820412966,
            "stop": 820413101
        },
        {
            "start": 820413104,
            "stop": 820413118
        },
        {
            "start": 820413121,
            "stop": 820413296
        },
        {
            "start": 820413299,
            "stop": 820413373
        },
        {
            "start": 820413376,
            "stop": 820413714
        },
        {
            "start": 820413717,
            "stop": 820413943
        },
        {
            "start": 820413947,
            "stop": 820413967
        },
        {
            "start": 820413971,
            "stop": 820414221
        },
        {
            "start": 820414224,
            "stop": 820414228
        },
        {
            "start": 820414232,
            "stop": 820414272
        },
        {
            "start": 820414275,
            "stop": 820414286
        }
    ]
}