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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=313",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 314,
    "results": [
        {
            "start": 867111755,
            "stop": 867120021
        },
        {
            "start": 867120131,
            "stop": 867120488
        },
        {
            "start": 867123116,
            "stop": 867143117
        },
        {
            "start": 867143227,
            "stop": 867144076
        },
        {
            "start": 867144376,
            "stop": 867170816
        },
        {
            "start": 867180705,
            "stop": 867190874
        },
        {
            "start": 867192240,
            "stop": 867206085
        },
        {
            "start": 867206460,
            "stop": 867212083
        },
        {
            "start": 867212193,
            "stop": 867212429
        },
        {
            "start": 867212729,
            "stop": 867246490
        },
        {
            "start": 867246790,
            "stop": 867275334
        },
        {
            "start": 867275444,
            "stop": 867275906
        },
        {
            "start": 867276206,
            "stop": 867277029
        },
        {
            "start": 867277544,
            "stop": 867278226
        },
        {
            "start": 867279294,
            "stop": 867280605
        },
        {
            "start": 867280905,
            "stop": 867281500
        },
        {
            "start": 867281864,
            "stop": 867285381
        },
        {
            "start": 867285988,
            "stop": 867285989
        },
        {
            "start": 867286099,
            "stop": 867287215
        },
        {
            "start": 867287515,
            "stop": 867292324
        }
    ]
}