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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=14",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 15,
    "results": [
        {
            "start": 815267751,
            "stop": 815269247
        },
        {
            "start": 815269254,
            "stop": 815269987
        },
        {
            "start": 815269994,
            "stop": 815270079
        },
        {
            "start": 815270086,
            "stop": 815270275
        },
        {
            "start": 815270282,
            "stop": 815270551
        },
        {
            "start": 815270558,
            "stop": 815270598
        },
        {
            "start": 815270605,
            "stop": 815271379
        },
        {
            "start": 815298136,
            "stop": 815298247
        },
        {
            "start": 815298251,
            "stop": 815298255
        },
        {
            "start": 815298262,
            "stop": 815298271
        },
        {
            "start": 815298275,
            "stop": 815298280
        },
        {
            "start": 815298329,
            "stop": 815298353
        },
        {
            "start": 815298420,
            "stop": 815298426
        },
        {
            "start": 815298438,
            "stop": 815298443
        },
        {
            "start": 815298450,
            "stop": 815298460
        },
        {
            "start": 815298467,
            "stop": 815298470
        },
        {
            "start": 815298484,
            "stop": 815298485
        },
        {
            "start": 815298495,
            "stop": 815298504
        },
        {
            "start": 815298527,
            "stop": 815298530
        },
        {
            "start": 815298547,
            "stop": 815298553
        }
    ]
}