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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=79",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 80,
    "results": [
        {
            "start": 944193417,
            "stop": 944193537
        },
        {
            "start": 944193540,
            "stop": 944194409
        },
        {
            "start": 944194414,
            "stop": 944195028
        },
        {
            "start": 944195032,
            "stop": 944195426
        },
        {
            "start": 944195429,
            "stop": 944195443
        },
        {
            "start": 944195448,
            "stop": 944195731
        },
        {
            "start": 944195734,
            "stop": 944195735
        },
        {
            "start": 944195744,
            "stop": 944195970
        },
        {
            "start": 944195974,
            "stop": 944197317
        },
        {
            "start": 944197320,
            "stop": 944197458
        },
        {
            "start": 944197463,
            "stop": 944197695
        },
        {
            "start": 944197698,
            "stop": 944199044
        },
        {
            "start": 944199047,
            "stop": 944200616
        },
        {
            "start": 944200621,
            "stop": 944201083
        },
        {
            "start": 944201087,
            "stop": 944201558
        },
        {
            "start": 944201561,
            "stop": 944201567
        },
        {
            "start": 944201571,
            "stop": 944201991
        },
        {
            "start": 944201994,
            "stop": 944203039
        },
        {
            "start": 944203261,
            "stop": 944231956
        },
        {
            "start": 944235341,
            "stop": 944235712
        }
    ]
}