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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=15",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 16,
    "results": [
        {
            "start": 933369460,
            "stop": 933370246
        },
        {
            "start": 933370257,
            "stop": 933370378
        },
        {
            "start": 933370384,
            "stop": 933370450
        },
        {
            "start": 933370461,
            "stop": 933370714
        },
        {
            "start": 933370725,
            "stop": 933370932
        },
        {
            "start": 933370943,
            "stop": 933370947
        },
        {
            "start": 933370967,
            "stop": 933371869
        },
        {
            "start": 933371880,
            "stop": 933372769
        },
        {
            "start": 933372775,
            "stop": 933372901
        },
        {
            "start": 933373946,
            "stop": 933376156
        },
        {
            "start": 933379458,
            "stop": 933380182
        },
        {
            "start": 933390050,
            "stop": 933392054
        },
        {
            "start": 933401132,
            "stop": 933405655
        },
        {
            "start": 933411506,
            "stop": 933416378
        },
        {
            "start": 933419191,
            "stop": 933419773
        },
        {
            "start": 933425997,
            "stop": 933428429
        },
        {
            "start": 933431363,
            "stop": 933433253
        },
        {
            "start": 933481667,
            "stop": 933483047
        },
        {
            "start": 933498781,
            "stop": 933498940
        },
        {
            "start": 933504175,
            "stop": 933507523
        }
    ]
}