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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7270",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7271,
    "results": [
        {
            "start": 874968040,
            "stop": 874968044
        },
        {
            "start": 874968045,
            "stop": 874968047
        },
        {
            "start": 874968049,
            "stop": 874968050
        },
        {
            "start": 874968052,
            "stop": 874968055
        },
        {
            "start": 874968056,
            "stop": 874968061
        },
        {
            "start": 874968062,
            "stop": 874968064
        },
        {
            "start": 874968066,
            "stop": 874968068
        },
        {
            "start": 874968069,
            "stop": 874968075
        },
        {
            "start": 874968076,
            "stop": 874968112
        },
        {
            "start": 874968113,
            "stop": 874968150
        },
        {
            "start": 874968151,
            "stop": 874968295
        },
        {
            "start": 874968297,
            "stop": 874968393
        },
        {
            "start": 874968395,
            "stop": 874968979
        },
        {
            "start": 874968981,
            "stop": 874969097
        },
        {
            "start": 874969098,
            "stop": 874969135
        },
        {
            "start": 874969136,
            "stop": 874969208
        },
        {
            "start": 874969209,
            "stop": 874969297
        },
        {
            "start": 874969299,
            "stop": 874969987
        },
        {
            "start": 874969988,
            "stop": 874970034
        },
        {
            "start": 874970035,
            "stop": 874970058
        }
    ]
}