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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5340",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5338",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5339,
    "results": [
        {
            "start": 1137243071,
            "stop": 1137243274
        },
        {
            "start": 1137243276,
            "stop": 1137243357
        },
        {
            "start": 1137243361,
            "stop": 1137243713
        },
        {
            "start": 1137243714,
            "stop": 1137244218
        },
        {
            "start": 1137244219,
            "stop": 1137244225
        },
        {
            "start": 1137244227,
            "stop": 1137244346
        },
        {
            "start": 1137244347,
            "stop": 1137244374
        },
        {
            "start": 1137244376,
            "stop": 1137244377
        },
        {
            "start": 1137244379,
            "stop": 1137244596
        },
        {
            "start": 1137244598,
            "stop": 1137244770
        },
        {
            "start": 1137244772,
            "stop": 1137244913
        },
        {
            "start": 1137244915,
            "stop": 1137244985
        },
        {
            "start": 1137244987,
            "stop": 1137245202
        },
        {
            "start": 1137245206,
            "stop": 1137245253
        },
        {
            "start": 1137245255,
            "stop": 1137245592
        },
        {
            "start": 1137245594,
            "stop": 1137245595
        },
        {
            "start": 1137245597,
            "stop": 1137245715
        },
        {
            "start": 1137245717,
            "stop": 1137246031
        },
        {
            "start": 1137246035,
            "stop": 1137246198
        },
        {
            "start": 1137246201,
            "stop": 1137246241
        }
    ]
}