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/H2_CBCLOW_CAT3/segments?format=api&page=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=209",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 210,
    "results": [
        {
            "start": 820388548,
            "stop": 820389800
        },
        {
            "start": 820389807,
            "stop": 820390622
        },
        {
            "start": 820390629,
            "stop": 820391889
        },
        {
            "start": 820391896,
            "stop": 820392282
        },
        {
            "start": 820392289,
            "stop": 820392351
        },
        {
            "start": 820392358,
            "stop": 820392513
        },
        {
            "start": 820392520,
            "stop": 820392817
        },
        {
            "start": 820392818,
            "stop": 820393006
        },
        {
            "start": 820393013,
            "stop": 820394324
        },
        {
            "start": 820394685,
            "stop": 820395290
        },
        {
            "start": 820395297,
            "stop": 820395808
        },
        {
            "start": 820395816,
            "stop": 820396114
        },
        {
            "start": 820396121,
            "stop": 820396852
        },
        {
            "start": 820396859,
            "stop": 820397768
        },
        {
            "start": 820397775,
            "stop": 820398973
        },
        {
            "start": 820407777,
            "stop": 820407887
        },
        {
            "start": 820407894,
            "stop": 820408433
        },
        {
            "start": 820408441,
            "stop": 820409714
        },
        {
            "start": 820409722,
            "stop": 820411217
        },
        {
            "start": 820411224,
            "stop": 820411405
        }
    ]
}