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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5322
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=5323",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5321",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5322,
    "results": [
        {
            "start": 1137219389,
            "stop": 1137219408
        },
        {
            "start": 1137219410,
            "stop": 1137219463
        },
        {
            "start": 1137219465,
            "stop": 1137219555
        },
        {
            "start": 1137219557,
            "stop": 1137219634
        },
        {
            "start": 1137219637,
            "stop": 1137219676
        },
        {
            "start": 1137219678,
            "stop": 1137219753
        },
        {
            "start": 1137219755,
            "stop": 1137219811
        },
        {
            "start": 1137219813,
            "stop": 1137219912
        },
        {
            "start": 1137219914,
            "stop": 1137220052
        },
        {
            "start": 1137220054,
            "stop": 1137220086
        },
        {
            "start": 1137220088,
            "stop": 1137220132
        },
        {
            "start": 1137220134,
            "stop": 1137220154
        },
        {
            "start": 1137220156,
            "stop": 1137220158
        },
        {
            "start": 1137220160,
            "stop": 1137220223
        },
        {
            "start": 1137220225,
            "stop": 1137220240
        },
        {
            "start": 1137220242,
            "stop": 1137220319
        },
        {
            "start": 1137220321,
            "stop": 1137220400
        },
        {
            "start": 1137220402,
            "stop": 1137220425
        },
        {
            "start": 1137220426,
            "stop": 1137220428
        },
        {
            "start": 1137220430,
            "stop": 1137220464
        }
    ]
}