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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=162",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 163,
    "results": [
        {
            "start": 1135055855,
            "stop": 1135055856
        },
        {
            "start": 1135055862,
            "stop": 1135055863
        },
        {
            "start": 1135055868,
            "stop": 1135055869
        },
        {
            "start": 1135055873,
            "stop": 1135055875
        },
        {
            "start": 1135055878,
            "stop": 1135055884
        },
        {
            "start": 1135055887,
            "stop": 1135055891
        },
        {
            "start": 1135055894,
            "stop": 1135055895
        },
        {
            "start": 1135055898,
            "stop": 1135055900
        },
        {
            "start": 1135055903,
            "stop": 1135055906
        },
        {
            "start": 1135055912,
            "stop": 1135055913
        },
        {
            "start": 1135055916,
            "stop": 1135055918
        },
        {
            "start": 1135055921,
            "stop": 1135055925
        },
        {
            "start": 1135055929,
            "stop": 1135055931
        },
        {
            "start": 1135055934,
            "stop": 1135055935
        },
        {
            "start": 1135055938,
            "stop": 1135055942
        },
        {
            "start": 1135055945,
            "stop": 1135055952
        },
        {
            "start": 1135055955,
            "stop": 1135055960
        },
        {
            "start": 1135055963,
            "stop": 1135055967
        },
        {
            "start": 1135055970,
            "stop": 1135055977
        },
        {
            "start": 1135055980,
            "stop": 1135055982
        }
    ]
}