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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=51",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 52,
    "results": [
        {
            "start": 940989902,
            "stop": 940989905
        },
        {
            "start": 940989908,
            "stop": 940989912
        },
        {
            "start": 940989915,
            "stop": 940989926
        },
        {
            "start": 940989940,
            "stop": 940989949
        },
        {
            "start": 940989954,
            "stop": 940989962
        },
        {
            "start": 940989968,
            "stop": 940989969
        },
        {
            "start": 940989984,
            "stop": 940989987
        },
        {
            "start": 940989991,
            "stop": 940992468
        },
        {
            "start": 940992471,
            "stop": 940993014
        },
        {
            "start": 940994647,
            "stop": 940995811
        },
        {
            "start": 941000539,
            "stop": 941000911
        },
        {
            "start": 941008186,
            "stop": 941008733
        },
        {
            "start": 941008736,
            "stop": 941008749
        },
        {
            "start": 941008755,
            "stop": 941008767
        },
        {
            "start": 941008771,
            "stop": 941008774
        },
        {
            "start": 941008780,
            "stop": 941008819
        },
        {
            "start": 941008823,
            "stop": 941008936
        },
        {
            "start": 941008951,
            "stop": 941008952
        },
        {
            "start": 941008956,
            "stop": 941008957
        },
        {
            "start": 941008960,
            "stop": 941008991
        }
    ]
}