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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4580",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4578",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4579,
    "results": [
        {
            "start": 968964537,
            "stop": 968965059
        },
        {
            "start": 968965062,
            "stop": 968965178
        },
        {
            "start": 968965182,
            "stop": 968965570
        },
        {
            "start": 968965574,
            "stop": 968965863
        },
        {
            "start": 968965881,
            "stop": 968966070
        },
        {
            "start": 968966073,
            "stop": 968966492
        },
        {
            "start": 968966495,
            "stop": 968966555
        },
        {
            "start": 968966558,
            "stop": 968967918
        },
        {
            "start": 968967921,
            "stop": 968968016
        },
        {
            "start": 968968019,
            "stop": 968968654
        },
        {
            "start": 968968657,
            "stop": 968968836
        },
        {
            "start": 968968839,
            "stop": 968969203
        },
        {
            "start": 968969206,
            "stop": 968969406
        },
        {
            "start": 968969424,
            "stop": 968970782
        },
        {
            "start": 968970785,
            "stop": 968971285
        },
        {
            "start": 968971288,
            "stop": 968971833
        },
        {
            "start": 968971836,
            "stop": 968971917
        },
        {
            "start": 968971920,
            "stop": 968972218
        },
        {
            "start": 968972221,
            "stop": 968972323
        },
        {
            "start": 968972326,
            "stop": 968973261
        }
    ]
}