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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=202",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 203,
    "results": [
        {
            "start": 820247864,
            "stop": 820249178
        },
        {
            "start": 820249186,
            "stop": 820249260
        },
        {
            "start": 820249268,
            "stop": 820249276
        },
        {
            "start": 820249288,
            "stop": 820249795
        },
        {
            "start": 820249802,
            "stop": 820249893
        },
        {
            "start": 820249900,
            "stop": 820250279
        },
        {
            "start": 820250286,
            "stop": 820250478
        },
        {
            "start": 820251115,
            "stop": 820252092
        },
        {
            "start": 820252099,
            "stop": 820252386
        },
        {
            "start": 820252393,
            "stop": 820252918
        },
        {
            "start": 820252926,
            "stop": 820253326
        },
        {
            "start": 820253333,
            "stop": 820253513
        },
        {
            "start": 820253520,
            "stop": 820254045
        },
        {
            "start": 820254052,
            "stop": 820254199
        },
        {
            "start": 820254207,
            "stop": 820254555
        },
        {
            "start": 820254562,
            "stop": 820254759
        },
        {
            "start": 820254766,
            "stop": 820255612
        },
        {
            "start": 820255625,
            "stop": 820255724
        },
        {
            "start": 820255736,
            "stop": 820256252
        },
        {
            "start": 820256259,
            "stop": 820256342
        }
    ]
}