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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5000",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4998",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4999,
    "results": [
        {
            "start": 874522863,
            "stop": 874522869
        },
        {
            "start": 874522879,
            "stop": 874522922
        },
        {
            "start": 874522929,
            "stop": 874522930
        },
        {
            "start": 874522937,
            "stop": 874522939
        },
        {
            "start": 874522946,
            "stop": 874522987
        },
        {
            "start": 874522994,
            "stop": 874523000
        },
        {
            "start": 874523007,
            "stop": 874523047
        },
        {
            "start": 874523054,
            "stop": 874523062
        },
        {
            "start": 874523070,
            "stop": 874523112
        },
        {
            "start": 874523127,
            "stop": 874523153
        },
        {
            "start": 874523160,
            "stop": 874523166
        },
        {
            "start": 874523177,
            "stop": 874523183
        },
        {
            "start": 874523191,
            "stop": 874523257
        },
        {
            "start": 874523267,
            "stop": 874523268
        },
        {
            "start": 874523275,
            "stop": 874523294
        },
        {
            "start": 874523302,
            "stop": 874523333
        },
        {
            "start": 874523340,
            "stop": 874523350
        },
        {
            "start": 874523357,
            "stop": 874523368
        },
        {
            "start": 874523375,
            "stop": 874523395
        },
        {
            "start": 874523402,
            "stop": 874523413
        }
    ]
}