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=7269
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=7270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7268",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7269,
    "results": [
        {
            "start": 874962721,
            "stop": 874962864
        },
        {
            "start": 874962866,
            "stop": 874963146
        },
        {
            "start": 874963147,
            "stop": 874963289
        },
        {
            "start": 874963290,
            "stop": 874963294
        },
        {
            "start": 874963296,
            "stop": 874963319
        },
        {
            "start": 874963321,
            "stop": 874963439
        },
        {
            "start": 874963441,
            "stop": 874963603
        },
        {
            "start": 874963604,
            "stop": 874963710
        },
        {
            "start": 874963711,
            "stop": 874963889
        },
        {
            "start": 874963890,
            "stop": 874964190
        },
        {
            "start": 874964192,
            "stop": 874964262
        },
        {
            "start": 874964263,
            "stop": 874964489
        },
        {
            "start": 874964490,
            "stop": 874964544
        },
        {
            "start": 874964545,
            "stop": 874965181
        },
        {
            "start": 874965182,
            "stop": 874965204
        },
        {
            "start": 874965205,
            "stop": 874965219
        },
        {
            "start": 874965221,
            "stop": 874965329
        },
        {
            "start": 874965331,
            "stop": 874965549
        },
        {
            "start": 874965556,
            "stop": 874965563
        },
        {
            "start": 874965564,
            "stop": 874965602
        }
    ]
}