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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 49,
    "results": [
        {
            "start": 931190024,
            "stop": 931190029
        },
        {
            "start": 931190031,
            "stop": 931190046
        },
        {
            "start": 931190048,
            "stop": 931190049
        },
        {
            "start": 931190051,
            "stop": 931190057
        },
        {
            "start": 931190059,
            "stop": 931190074
        },
        {
            "start": 931190076,
            "stop": 931190102
        },
        {
            "start": 931190103,
            "stop": 931190113
        },
        {
            "start": 931190115,
            "stop": 931190125
        },
        {
            "start": 931190127,
            "stop": 931190133
        },
        {
            "start": 931190137,
            "stop": 931190141
        },
        {
            "start": 931190143,
            "stop": 931190169
        },
        {
            "start": 931190171,
            "stop": 931190175
        },
        {
            "start": 931190177,
            "stop": 931190178
        },
        {
            "start": 931190180,
            "stop": 931190181
        },
        {
            "start": 931190183,
            "stop": 931190184
        },
        {
            "start": 931190185,
            "stop": 931190187
        },
        {
            "start": 931190188,
            "stop": 931190189
        },
        {
            "start": 931190191,
            "stop": 931190195
        },
        {
            "start": 931190202,
            "stop": 931190216
        },
        {
            "start": 931190218,
            "stop": 931190219
        }
    ]
}