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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=32",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 33,
    "results": [
        {
            "start": 1136597152,
            "stop": 1136645860
        },
        {
            "start": 1136645993,
            "stop": 1136650093
        },
        {
            "start": 1136706986,
            "stop": 1136740384
        },
        {
            "start": 1136799305,
            "stop": 1136801202
        },
        {
            "start": 1136801869,
            "stop": 1136803840
        },
        {
            "start": 1136816633,
            "stop": 1136826646
        },
        {
            "start": 1136861219,
            "stop": 1136915389
        },
        {
            "start": 1136923544,
            "stop": 1136927118
        },
        {
            "start": 1136927550,
            "stop": 1136930091
        },
        {
            "start": 1136953663,
            "stop": 1137002455
        },
        {
            "start": 1137022301,
            "stop": 1137030355
        },
        {
            "start": 1137030507,
            "stop": 1137030916
        },
        {
            "start": 1137040346,
            "stop": 1137097551
        },
        {
            "start": 1137122581,
            "stop": 1137124012
        },
        {
            "start": 1137210884,
            "stop": 1137253524
        }
    ]
}