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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=580",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 581,
    "results": [
        {
            "start": 874786169,
            "stop": 874786911
        },
        {
            "start": 874786913,
            "stop": 874787738
        },
        {
            "start": 874787857,
            "stop": 874788115
        },
        {
            "start": 874788117,
            "stop": 874788147
        },
        {
            "start": 874788148,
            "stop": 874788164
        },
        {
            "start": 874788165,
            "stop": 874788180
        },
        {
            "start": 874788240,
            "stop": 874790498
        },
        {
            "start": 874790501,
            "stop": 874790525
        },
        {
            "start": 874790533,
            "stop": 874796940
        },
        {
            "start": 874797000,
            "stop": 874801965
        },
        {
            "start": 874802689,
            "stop": 874817323
        },
        {
            "start": 874819487,
            "stop": 874845956
        },
        {
            "start": 874847419,
            "stop": 874847979
        },
        {
            "start": 874850662,
            "stop": 874851060
        },
        {
            "start": 874851120,
            "stop": 874851523
        },
        {
            "start": 874851526,
            "stop": 874851540
        },
        {
            "start": 874851600,
            "stop": 874852125
        },
        {
            "start": 874852131,
            "stop": 874857653
        },
        {
            "start": 874869121,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874433
        }
    ]
}