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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1118",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1116",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1117,
    "results": [
        {
            "start": 1136434819,
            "stop": 1136434820
        },
        {
            "start": 1136434823,
            "stop": 1136434872
        },
        {
            "start": 1136434875,
            "stop": 1136434880
        },
        {
            "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
        }
    ]
}