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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=412",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 413,
    "results": [
        {
            "start": 818726207,
            "stop": 818726208
        },
        {
            "start": 818726435,
            "stop": 818726437
        },
        {
            "start": 818726814,
            "stop": 818726815
        },
        {
            "start": 818726831,
            "stop": 818726833
        },
        {
            "start": 818726857,
            "stop": 818726858
        },
        {
            "start": 818726891,
            "stop": 818726892
        },
        {
            "start": 818726918,
            "stop": 818726920
        },
        {
            "start": 818726930,
            "stop": 818726931
        },
        {
            "start": 818727032,
            "stop": 818727034
        },
        {
            "start": 818727072,
            "stop": 818727074
        },
        {
            "start": 818727080,
            "stop": 818727081
        },
        {
            "start": 818727085,
            "stop": 818727090
        },
        {
            "start": 818727126,
            "stop": 818727140
        },
        {
            "start": 818727150,
            "stop": 818727157
        },
        {
            "start": 818727183,
            "stop": 818727184
        },
        {
            "start": 818727203,
            "stop": 818727206
        },
        {
            "start": 818727221,
            "stop": 818727226
        },
        {
            "start": 818727229,
            "stop": 818727231
        },
        {
            "start": 818727241,
            "stop": 818727242
        },
        {
            "start": 818727288,
            "stop": 818727289
        }
    ]
}