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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33305",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33306,
    "results": [
        {
            "start": 971010137,
            "stop": 971010153
        },
        {
            "start": 971010154,
            "stop": 971010155
        },
        {
            "start": 971010159,
            "stop": 971010160
        },
        {
            "start": 971010161,
            "stop": 971010162
        },
        {
            "start": 971010163,
            "stop": 971010185
        },
        {
            "start": 971010188,
            "stop": 971010189
        },
        {
            "start": 971010196,
            "stop": 971010206
        },
        {
            "start": 971010207,
            "stop": 971010209
        },
        {
            "start": 971010210,
            "stop": 971010211
        },
        {
            "start": 971010212,
            "stop": 971010216
        },
        {
            "start": 971010219,
            "stop": 971010223
        },
        {
            "start": 971010224,
            "stop": 971010253
        },
        {
            "start": 971010255,
            "stop": 971010257
        },
        {
            "start": 971010258,
            "stop": 971010270
        },
        {
            "start": 971010271,
            "stop": 971010283
        },
        {
            "start": 971010284,
            "stop": 971010288
        },
        {
            "start": 971010292,
            "stop": 971010304
        },
        {
            "start": 971010305,
            "stop": 971010310
        },
        {
            "start": 971010311,
            "stop": 971010317
        },
        {
            "start": 971010324,
            "stop": 971010325
        }
    ]
}