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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=171",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 172,
    "results": [
        {
            "start": 820253780,
            "stop": 820253785
        },
        {
            "start": 820253788,
            "stop": 820254203
        },
        {
            "start": 820254207,
            "stop": 820254210
        },
        {
            "start": 820254213,
            "stop": 820254515
        },
        {
            "start": 820254518,
            "stop": 820254788
        },
        {
            "start": 820254791,
            "stop": 820254800
        },
        {
            "start": 820254803,
            "stop": 820254923
        },
        {
            "start": 820254926,
            "stop": 820255549
        },
        {
            "start": 820255553,
            "stop": 820255584
        },
        {
            "start": 820255588,
            "stop": 820255728
        },
        {
            "start": 820255732,
            "stop": 820255792
        },
        {
            "start": 820255795,
            "stop": 820256431
        },
        {
            "start": 820256434,
            "stop": 820256500
        },
        {
            "start": 820256503,
            "stop": 820256735
        },
        {
            "start": 820256739,
            "stop": 820257364
        },
        {
            "start": 820257367,
            "stop": 820257473
        },
        {
            "start": 820257476,
            "stop": 820257484
        },
        {
            "start": 820257487,
            "stop": 820257498
        },
        {
            "start": 820257501,
            "stop": 820257551
        },
        {
            "start": 820257554,
            "stop": 820257684
        }
    ]
}