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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 152,
    "results": [
        {
            "start": 818054056,
            "stop": 818054064
        },
        {
            "start": 818054067,
            "stop": 818054073
        },
        {
            "start": 818054078,
            "stop": 818054082
        },
        {
            "start": 818054085,
            "stop": 818054094
        },
        {
            "start": 818054098,
            "stop": 818054120
        },
        {
            "start": 818054132,
            "stop": 818054143
        },
        {
            "start": 818054149,
            "stop": 818054168
        },
        {
            "start": 818054173,
            "stop": 818054176
        },
        {
            "start": 818054180,
            "stop": 818054181
        },
        {
            "start": 818054185,
            "stop": 818054208
        },
        {
            "start": 818054211,
            "stop": 818054212
        },
        {
            "start": 818054215,
            "stop": 818054220
        },
        {
            "start": 818054223,
            "stop": 818054224
        },
        {
            "start": 818054227,
            "stop": 818054228
        },
        {
            "start": 818054231,
            "stop": 818054233
        },
        {
            "start": 818054238,
            "stop": 818054241
        },
        {
            "start": 818054245,
            "stop": 818054256
        },
        {
            "start": 818054261,
            "stop": 818054262
        },
        {
            "start": 818054268,
            "stop": 818054276
        },
        {
            "start": 818054280,
            "stop": 818054283
        }
    ]
}