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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=251",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 252,
    "results": [
        {
            "start": 818223745,
            "stop": 818223747
        },
        {
            "start": 818223762,
            "stop": 818223763
        },
        {
            "start": 818223773,
            "stop": 818223775
        },
        {
            "start": 818223784,
            "stop": 818223785
        },
        {
            "start": 818223795,
            "stop": 818223797
        },
        {
            "start": 818223800,
            "stop": 818223802
        },
        {
            "start": 818223805,
            "stop": 818223808
        },
        {
            "start": 818223814,
            "stop": 818223817
        },
        {
            "start": 818223823,
            "stop": 818223826
        },
        {
            "start": 818223830,
            "stop": 818223831
        },
        {
            "start": 818223837,
            "stop": 818223838
        },
        {
            "start": 818223854,
            "stop": 818223856
        },
        {
            "start": 818223862,
            "stop": 818223865
        },
        {
            "start": 818223873,
            "stop": 818223874
        },
        {
            "start": 818223880,
            "stop": 818223881
        },
        {
            "start": 818223884,
            "stop": 818223886
        },
        {
            "start": 818223900,
            "stop": 818223903
        },
        {
            "start": 818223910,
            "stop": 818223911
        },
        {
            "start": 818223914,
            "stop": 818223915
        },
        {
            "start": 818223918,
            "stop": 818223919
        }
    ]
}