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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=685",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 686,
    "results": [
        {
            "start": 829928928,
            "stop": 829928999
        },
        {
            "start": 829929003,
            "stop": 829929028
        },
        {
            "start": 829929031,
            "stop": 829929115
        },
        {
            "start": 829929119,
            "stop": 829929171
        },
        {
            "start": 829929179,
            "stop": 829929269
        },
        {
            "start": 829929272,
            "stop": 829929276
        },
        {
            "start": 829937138,
            "stop": 829937168
        },
        {
            "start": 829937262,
            "stop": 829937310
        },
        {
            "start": 829937358,
            "stop": 829937364
        },
        {
            "start": 829937393,
            "stop": 829937395
        },
        {
            "start": 829937448,
            "stop": 829937504
        },
        {
            "start": 829939401,
            "stop": 829939458
        },
        {
            "start": 829939499,
            "stop": 829939620
        },
        {
            "start": 829939680,
            "stop": 829939941
        },
        {
            "start": 829939960,
            "stop": 829939998
        },
        {
            "start": 829940001,
            "stop": 829940279
        },
        {
            "start": 829940298,
            "stop": 829940400
        },
        {
            "start": 829940460,
            "stop": 829940485
        },
        {
            "start": 829940488,
            "stop": 829940547
        },
        {
            "start": 829940564,
            "stop": 829940717
        }
    ]
}