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=3838
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=3839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3837",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3838,
    "results": [
        {
            "start": 873518352,
            "stop": 873518353
        },
        {
            "start": 873518355,
            "stop": 873518356
        },
        {
            "start": 873518359,
            "stop": 873518363
        },
        {
            "start": 873518365,
            "stop": 873518375
        },
        {
            "start": 873518377,
            "stop": 873518379
        },
        {
            "start": 873518383,
            "stop": 873518387
        },
        {
            "start": 873518388,
            "stop": 873518389
        },
        {
            "start": 873518390,
            "stop": 873518391
        },
        {
            "start": 873518393,
            "stop": 873518402
        },
        {
            "start": 873518403,
            "stop": 873518409
        },
        {
            "start": 873518410,
            "stop": 873518419
        },
        {
            "start": 873518420,
            "stop": 873518432
        },
        {
            "start": 873518433,
            "stop": 873518445
        },
        {
            "start": 873518446,
            "stop": 873518448
        },
        {
            "start": 873518449,
            "stop": 873518470
        },
        {
            "start": 873518471,
            "stop": 873518529
        },
        {
            "start": 873518530,
            "stop": 873520521
        },
        {
            "start": 873520524,
            "stop": 873521340
        },
        {
            "start": 873521349,
            "stop": 873522169
        },
        {
            "start": 873522172,
            "stop": 873524197
        }
    ]
}