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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=419",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 420,
    "results": [
        {
            "start": 941128275,
            "stop": 941128371
        },
        {
            "start": 941128382,
            "stop": 941128487
        },
        {
            "start": 941128489,
            "stop": 941130093
        },
        {
            "start": 941130095,
            "stop": 941130112
        },
        {
            "start": 941130114,
            "stop": 941130115
        },
        {
            "start": 941130116,
            "stop": 941130240
        },
        {
            "start": 941130248,
            "stop": 941130250
        },
        {
            "start": 941132104,
            "stop": 941145379
        },
        {
            "start": 941150247,
            "stop": 941154551
        },
        {
            "start": 941157969,
            "stop": 941158293
        },
        {
            "start": 941161815,
            "stop": 941194810
        },
        {
            "start": 941197405,
            "stop": 941211466
        },
        {
            "start": 941211468,
            "stop": 941216331
        },
        {
            "start": 941216333,
            "stop": 941227873
        },
        {
            "start": 941231725,
            "stop": 941233413
        },
        {
            "start": 941238428,
            "stop": 941238684
        },
        {
            "start": 941238686,
            "stop": 941239548
        },
        {
            "start": 941244407,
            "stop": 941251321
        },
        {
            "start": 941252360,
            "stop": 941253272
        },
        {
            "start": 941253274,
            "stop": 941256537
        }
    ]
}