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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 61,
    "results": [
        {
            "start": 931270289,
            "stop": 931270310
        },
        {
            "start": 931270312,
            "stop": 931270330
        },
        {
            "start": 931270334,
            "stop": 931270351
        },
        {
            "start": 931270353,
            "stop": 931270385
        },
        {
            "start": 931270390,
            "stop": 931270393
        },
        {
            "start": 931270394,
            "stop": 931270398
        },
        {
            "start": 931270400,
            "stop": 931270680
        },
        {
            "start": 931270682,
            "stop": 931270799
        },
        {
            "start": 931270800,
            "stop": 931270802
        },
        {
            "start": 931270804,
            "stop": 931270953
        },
        {
            "start": 931270958,
            "stop": 931271077
        },
        {
            "start": 931271079,
            "stop": 931271215
        },
        {
            "start": 931271219,
            "stop": 931271253
        },
        {
            "start": 931271255,
            "stop": 931271268
        },
        {
            "start": 931271269,
            "stop": 931271305
        },
        {
            "start": 931271307,
            "stop": 931271308
        },
        {
            "start": 931271310,
            "stop": 931271356
        },
        {
            "start": 931271357,
            "stop": 931271665
        },
        {
            "start": 931275027,
            "stop": 931275062
        },
        {
            "start": 931275063,
            "stop": 931275148
        }
    ]
}