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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2382",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2383,
    "results": [
        {
            "start": 872887909,
            "stop": 872889218
        },
        {
            "start": 872889235,
            "stop": 872889664
        },
        {
            "start": 872889681,
            "stop": 872889894
        },
        {
            "start": 872889911,
            "stop": 872890174
        },
        {
            "start": 872890213,
            "stop": 872890247
        },
        {
            "start": 872890285,
            "stop": 872893250
        },
        {
            "start": 872893330,
            "stop": 872894726
        },
        {
            "start": 872894836,
            "stop": 872895077
        },
        {
            "start": 872895568,
            "stop": 872895581
        },
        {
            "start": 872895646,
            "stop": 872897578
        },
        {
            "start": 872897595,
            "stop": 872902155
        },
        {
            "start": 872902172,
            "stop": 872903888
        },
        {
            "start": 872903905,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        },
        {
            "start": 872918123,
            "stop": 872920062
        },
        {
            "start": 872920365,
            "stop": 872922898
        },
        {
            "start": 872922915,
            "stop": 872929751
        },
        {
            "start": 872929768,
            "stop": 872934685
        },
        {
            "start": 872934702,
            "stop": 872936437
        },
        {
            "start": 872936454,
            "stop": 872939160
        }
    ]
}