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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=252",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 253,
    "results": [
        {
            "start": 821684801,
            "stop": 821684819
        },
        {
            "start": 821684824,
            "stop": 821684827
        },
        {
            "start": 821684834,
            "stop": 821684841
        },
        {
            "start": 821684844,
            "stop": 821684859
        },
        {
            "start": 821684864,
            "stop": 821684870
        },
        {
            "start": 821684873,
            "stop": 821684886
        },
        {
            "start": 821684889,
            "stop": 821684892
        },
        {
            "start": 821684895,
            "stop": 821684924
        },
        {
            "start": 821684927,
            "stop": 821684938
        },
        {
            "start": 821684941,
            "stop": 821684945
        },
        {
            "start": 821684948,
            "stop": 821684950
        },
        {
            "start": 821684953,
            "stop": 821684959
        },
        {
            "start": 821684962,
            "stop": 821684966
        },
        {
            "start": 821684969,
            "stop": 821684971
        },
        {
            "start": 821684974,
            "stop": 821684977
        },
        {
            "start": 821684980,
            "stop": 821684986
        },
        {
            "start": 821684989,
            "stop": 821684999
        },
        {
            "start": 821685002,
            "stop": 821685006
        },
        {
            "start": 821685012,
            "stop": 821685013
        },
        {
            "start": 821685016,
            "stop": 821685026
        }
    ]
}