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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=126",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 127,
    "results": [
        {
            "start": 827711968,
            "stop": 827712003
        },
        {
            "start": 827712021,
            "stop": 827712027
        },
        {
            "start": 827712031,
            "stop": 827712036
        },
        {
            "start": 827712054,
            "stop": 827712123
        },
        {
            "start": 827712126,
            "stop": 827712132
        },
        {
            "start": 827712141,
            "stop": 827712147
        },
        {
            "start": 827712165,
            "stop": 827712171
        },
        {
            "start": 827712174,
            "stop": 827712399
        },
        {
            "start": 827712413,
            "stop": 827712443
        },
        {
            "start": 827712446,
            "stop": 827712466
        },
        {
            "start": 827712470,
            "stop": 827712482
        },
        {
            "start": 827712491,
            "stop": 827712507
        },
        {
            "start": 827712511,
            "stop": 827712530
        },
        {
            "start": 827712544,
            "stop": 827712559
        },
        {
            "start": 827712568,
            "stop": 827712641
        },
        {
            "start": 827712659,
            "stop": 827712665
        },
        {
            "start": 827712679,
            "stop": 827712704
        },
        {
            "start": 827712708,
            "stop": 827712803
        },
        {
            "start": 827712807,
            "stop": 827712910
        },
        {
            "start": 827712934,
            "stop": 827713298
        }
    ]
}