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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=779",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=777",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 778,
    "results": [
        {
            "start": 957479294,
            "stop": 957479320
        },
        {
            "start": 957479326,
            "stop": 957479487
        },
        {
            "start": 957479496,
            "stop": 957479557
        },
        {
            "start": 957479562,
            "stop": 957479652
        },
        {
            "start": 957479658,
            "stop": 957480338
        },
        {
            "start": 957480344,
            "stop": 957480454
        },
        {
            "start": 957480460,
            "stop": 957480620
        },
        {
            "start": 957480626,
            "stop": 957480986
        },
        {
            "start": 957480992,
            "stop": 957480993
        },
        {
            "start": 957480999,
            "stop": 957481516
        },
        {
            "start": 957481522,
            "stop": 957481960
        },
        {
            "start": 957481966,
            "stop": 957482055
        },
        {
            "start": 957482061,
            "stop": 957482262
        },
        {
            "start": 957482268,
            "stop": 957482412
        },
        {
            "start": 957482417,
            "stop": 957483464
        },
        {
            "start": 957483470,
            "stop": 957483851
        },
        {
            "start": 957483856,
            "stop": 957483899
        },
        {
            "start": 957483905,
            "stop": 957483923
        },
        {
            "start": 957483932,
            "stop": 957483973
        },
        {
            "start": 957483979,
            "stop": 957484127
        }
    ]
}