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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=240",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 241,
    "results": [
        {
            "start": 821345971,
            "stop": 821346490
        },
        {
            "start": 821346607,
            "stop": 821346735
        },
        {
            "start": 821346868,
            "stop": 821347207
        },
        {
            "start": 821347212,
            "stop": 821347445
        },
        {
            "start": 821347450,
            "stop": 821347504
        },
        {
            "start": 821347510,
            "stop": 821348479
        },
        {
            "start": 821348764,
            "stop": 821351637
        },
        {
            "start": 821351662,
            "stop": 821351692
        },
        {
            "start": 821351702,
            "stop": 821351747
        },
        {
            "start": 821351755,
            "stop": 821351789
        },
        {
            "start": 821351795,
            "stop": 821351809
        },
        {
            "start": 821351816,
            "stop": 821351831
        },
        {
            "start": 821351836,
            "stop": 821351861
        },
        {
            "start": 821351866,
            "stop": 821351879
        },
        {
            "start": 821351884,
            "stop": 821351893
        },
        {
            "start": 821351906,
            "stop": 821351917
        },
        {
            "start": 821351922,
            "stop": 821351960
        },
        {
            "start": 821351974,
            "stop": 821351992
        },
        {
            "start": 821352007,
            "stop": 821352016
        },
        {
            "start": 821352032,
            "stop": 821352046
        }
    ]
}