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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=259",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 260,
    "results": [
        {
            "start": 817903367,
            "stop": 817903446
        },
        {
            "start": 817903449,
            "stop": 817903555
        },
        {
            "start": 817903558,
            "stop": 817903920
        },
        {
            "start": 817903939,
            "stop": 817903941
        },
        {
            "start": 817903987,
            "stop": 817904641
        },
        {
            "start": 817904644,
            "stop": 817904849
        },
        {
            "start": 817904898,
            "stop": 817904921
        },
        {
            "start": 817904948,
            "stop": 817904977
        },
        {
            "start": 817904997,
            "stop": 817905027
        },
        {
            "start": 817905032,
            "stop": 817905372
        },
        {
            "start": 817905392,
            "stop": 817905419
        },
        {
            "start": 817905446,
            "stop": 817905465
        },
        {
            "start": 817905494,
            "stop": 817905791
        },
        {
            "start": 817905820,
            "stop": 817905935
        },
        {
            "start": 817905954,
            "stop": 817906083
        },
        {
            "start": 817906102,
            "stop": 817906131
        },
        {
            "start": 817906135,
            "stop": 817906153
        },
        {
            "start": 817906172,
            "stop": 817906286
        },
        {
            "start": 817906289,
            "stop": 817906290
        },
        {
            "start": 817906323,
            "stop": 817906436
        }
    ]
}