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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=50",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 51,
    "results": [
        {
            "start": 821043819,
            "stop": 821043824
        },
        {
            "start": 821043871,
            "stop": 821043897
        },
        {
            "start": 821043929,
            "stop": 821043939
        },
        {
            "start": 821043943,
            "stop": 821043946
        },
        {
            "start": 821043950,
            "stop": 821043953
        },
        {
            "start": 821043962,
            "stop": 821043983
        },
        {
            "start": 821043991,
            "stop": 821043997
        },
        {
            "start": 821044011,
            "stop": 821044036
        },
        {
            "start": 821044040,
            "stop": 821044048
        },
        {
            "start": 821044057,
            "stop": 821044077
        },
        {
            "start": 821044165,
            "stop": 821044171
        },
        {
            "start": 821044179,
            "stop": 821044214
        },
        {
            "start": 821044218,
            "stop": 821044224
        },
        {
            "start": 821044228,
            "stop": 821044233
        },
        {
            "start": 821044247,
            "stop": 821044253
        },
        {
            "start": 821044257,
            "stop": 821044278
        },
        {
            "start": 821044321,
            "stop": 821044327
        },
        {
            "start": 821044335,
            "stop": 821044346
        },
        {
            "start": 821044365,
            "stop": 821044371
        },
        {
            "start": 821044374,
            "stop": 821044380
        }
    ]
}