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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=278",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 279,
    "results": [
        {
            "start": 857253246,
            "stop": 857253249
        },
        {
            "start": 857253278,
            "stop": 857257827
        },
        {
            "start": 857258374,
            "stop": 857262418
        },
        {
            "start": 857263073,
            "stop": 857264639
        },
        {
            "start": 857264989,
            "stop": 857268708
        },
        {
            "start": 857269210,
            "stop": 857308434
        },
        {
            "start": 857308975,
            "stop": 857309962
        },
        {
            "start": 857309968,
            "stop": 857321195
        },
        {
            "start": 857321382,
            "stop": 857323389
        },
        {
            "start": 857323411,
            "stop": 857323414
        },
        {
            "start": 857323436,
            "stop": 857323442
        },
        {
            "start": 857323473,
            "stop": 857325327
        },
        {
            "start": 857325358,
            "stop": 857327904
        },
        {
            "start": 857327926,
            "stop": 857334762
        },
        {
            "start": 857335062,
            "stop": 857335782
        },
        {
            "start": 857336119,
            "stop": 857344813
        },
        {
            "start": 857344832,
            "stop": 857349492
        },
        {
            "start": 857349511,
            "stop": 857350987
        },
        {
            "start": 857351016,
            "stop": 857351019
        },
        {
            "start": 857351056,
            "stop": 857362356
        }
    ]
}