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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3754",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3755,
    "results": [
        {
            "start": 874003609,
            "stop": 874003717
        },
        {
            "start": 874003734,
            "stop": 874003984
        },
        {
            "start": 874004001,
            "stop": 874004740
        },
        {
            "start": 874004757,
            "stop": 874006957
        },
        {
            "start": 874006974,
            "stop": 874007104
        },
        {
            "start": 874007121,
            "stop": 874007485
        },
        {
            "start": 874007502,
            "stop": 874007543
        },
        {
            "start": 874007546,
            "stop": 874007578
        },
        {
            "start": 874007581,
            "stop": 874008664
        },
        {
            "start": 874008681,
            "stop": 874009434
        },
        {
            "start": 874009451,
            "stop": 874010314
        },
        {
            "start": 874010331,
            "stop": 874010448
        },
        {
            "start": 874010465,
            "stop": 874011265
        },
        {
            "start": 874011268,
            "stop": 874011498
        },
        {
            "start": 874011515,
            "stop": 874013246
        },
        {
            "start": 874013263,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874016398
        },
        {
            "start": 874016520,
            "stop": 874016537
        },
        {
            "start": 874016543,
            "stop": 874016816
        },
        {
            "start": 874016820,
            "stop": 874016822
        }
    ]
}