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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=100",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 101,
    "results": [
        {
            "start": 818054125,
            "stop": 818054127
        },
        {
            "start": 818054132,
            "stop": 818054143
        },
        {
            "start": 818054149,
            "stop": 818054168
        },
        {
            "start": 818054173,
            "stop": 818054176
        },
        {
            "start": 818054180,
            "stop": 818054181
        },
        {
            "start": 818054185,
            "stop": 818054208
        },
        {
            "start": 818054211,
            "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
        },
        {
            "start": 818054288,
            "stop": 818054290
        },
        {
            "start": 818054293,
            "stop": 818054297
        },
        {
            "start": 818054304,
            "stop": 818054305
        },
        {
            "start": 818054308,
            "stop": 818054310
        },
        {
            "start": 818054313,
            "stop": 818054317
        }
    ]
}