Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=443
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=442",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 443,
    "results": [
        {
            "start": 827215827,
            "stop": 827215983
        },
        {
            "start": 827215991,
            "stop": 827216526
        },
        {
            "start": 827216538,
            "stop": 827216711
        },
        {
            "start": 827216718,
            "stop": 827216823
        },
        {
            "start": 827216830,
            "stop": 827216985
        },
        {
            "start": 827216993,
            "stop": 827217473
        },
        {
            "start": 827217481,
            "stop": 827217486
        },
        {
            "start": 827217493,
            "stop": 827217682
        },
        {
            "start": 827217689,
            "stop": 827218061
        },
        {
            "start": 827218074,
            "stop": 827218531
        },
        {
            "start": 827218538,
            "stop": 827219246
        },
        {
            "start": 827219253,
            "stop": 827219987
        },
        {
            "start": 827219994,
            "stop": 827220044
        },
        {
            "start": 827220057,
            "stop": 827220170
        },
        {
            "start": 827220250,
            "stop": 827220574
        },
        {
            "start": 827220581,
            "stop": 827220801
        },
        {
            "start": 827220808,
            "stop": 827220848
        },
        {
            "start": 827220856,
            "stop": 827222227
        },
        {
            "start": 827222235,
            "stop": 827222806
        },
        {
            "start": 827222819,
            "stop": 827223205
        }
    ]
}