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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=236",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 237,
    "results": [
        {
            "start": 1136434883,
            "stop": 1136434890
        },
        {
            "start": 1136434893,
            "stop": 1136434898
        },
        {
            "start": 1136434901,
            "stop": 1136434902
        },
        {
            "start": 1136434905,
            "stop": 1136434907
        },
        {
            "start": 1136434910,
            "stop": 1136434928
        },
        {
            "start": 1136434931,
            "stop": 1136434932
        },
        {
            "start": 1136434935,
            "stop": 1136434948
        },
        {
            "start": 1136434951,
            "stop": 1136434978
        },
        {
            "start": 1136434981,
            "stop": 1136435007
        },
        {
            "start": 1136435010,
            "stop": 1136435017
        },
        {
            "start": 1136435080,
            "stop": 1136435084
        },
        {
            "start": 1136435087,
            "stop": 1136435112
        },
        {
            "start": 1136435115,
            "stop": 1136435116
        },
        {
            "start": 1136435119,
            "stop": 1136435161
        },
        {
            "start": 1136435164,
            "stop": 1136435559
        },
        {
            "start": 1136435562,
            "stop": 1136435569
        },
        {
            "start": 1136435858,
            "stop": 1136435943
        },
        {
            "start": 1136435946,
            "stop": 1136435986
        },
        {
            "start": 1136435989,
            "stop": 1136436089
        },
        {
            "start": 1136436092,
            "stop": 1136436106
        }
    ]
}