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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5092",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5093,
    "results": [
        {
            "start": 874641992,
            "stop": 874642002
        },
        {
            "start": 874642010,
            "stop": 874642094
        },
        {
            "start": 874642104,
            "stop": 874642128
        },
        {
            "start": 874642135,
            "stop": 874642177
        },
        {
            "start": 874642184,
            "stop": 874642210
        },
        {
            "start": 874642217,
            "stop": 874642234
        },
        {
            "start": 874642244,
            "stop": 874642297
        },
        {
            "start": 874642305,
            "stop": 874642338
        },
        {
            "start": 874642349,
            "stop": 874642414
        },
        {
            "start": 874642422,
            "stop": 874642456
        },
        {
            "start": 874642463,
            "stop": 874642535
        },
        {
            "start": 874642543,
            "stop": 874642553
        },
        {
            "start": 874642561,
            "stop": 874642614
        },
        {
            "start": 874642627,
            "stop": 874642635
        },
        {
            "start": 874642643,
            "stop": 874642758
        },
        {
            "start": 874642765,
            "stop": 874642822
        },
        {
            "start": 874642829,
            "stop": 874642876
        },
        {
            "start": 874642883,
            "stop": 874642887
        },
        {
            "start": 874642895,
            "stop": 874642903
        },
        {
            "start": 874642910,
            "stop": 874642975
        }
    ]
}