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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=556",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=554",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 555,
    "results": [
        {
            "start": 1262812052,
            "stop": 1262812061
        },
        {
            "start": 1262812064,
            "stop": 1262812078
        },
        {
            "start": 1262812081,
            "stop": 1262812106
        },
        {
            "start": 1262812109,
            "stop": 1262812143
        },
        {
            "start": 1262812146,
            "stop": 1262812155
        },
        {
            "start": 1262812158,
            "stop": 1262812169
        },
        {
            "start": 1262812172,
            "stop": 1262812175
        },
        {
            "start": 1262812178,
            "stop": 1262812216
        },
        {
            "start": 1262812219,
            "stop": 1262812326
        },
        {
            "start": 1262812329,
            "stop": 1262812332
        },
        {
            "start": 1262812335,
            "stop": 1262812364
        },
        {
            "start": 1262812367,
            "stop": 1262812390
        },
        {
            "start": 1262812393,
            "stop": 1262812402
        },
        {
            "start": 1262812405,
            "stop": 1262812419
        },
        {
            "start": 1262812422,
            "stop": 1262812456
        },
        {
            "start": 1262812459,
            "stop": 1262812474
        },
        {
            "start": 1262812477,
            "stop": 1262812491
        },
        {
            "start": 1262812494,
            "stop": 1262812527
        },
        {
            "start": 1262812530,
            "stop": 1262812538
        },
        {
            "start": 1262812541,
            "stop": 1262812572
        }
    ]
}