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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 240,
    "results": [
        {
            "start": 818216054,
            "stop": 818216055
        },
        {
            "start": 818216058,
            "stop": 818216059
        },
        {
            "start": 818216079,
            "stop": 818216080
        },
        {
            "start": 818216100,
            "stop": 818216101
        },
        {
            "start": 818216113,
            "stop": 818216115
        },
        {
            "start": 818216129,
            "stop": 818216133
        },
        {
            "start": 818216168,
            "stop": 818216172
        },
        {
            "start": 818216179,
            "stop": 818216183
        },
        {
            "start": 818216193,
            "stop": 818216194
        },
        {
            "start": 818216198,
            "stop": 818216199
        },
        {
            "start": 818216208,
            "stop": 818216212
        },
        {
            "start": 818216227,
            "stop": 818216228
        },
        {
            "start": 818216231,
            "stop": 818216234
        },
        {
            "start": 818216242,
            "stop": 818216244
        },
        {
            "start": 818216252,
            "stop": 818216253
        },
        {
            "start": 818216256,
            "stop": 818216257
        },
        {
            "start": 818216274,
            "stop": 818216278
        },
        {
            "start": 818216297,
            "stop": 818216299
        },
        {
            "start": 818216304,
            "stop": 818216305
        },
        {
            "start": 818216320,
            "stop": 818216321
        }
    ]
}