Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5062
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5061",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5062,
    "results": [
        {
            "start": 874610135,
            "stop": 874610148
        },
        {
            "start": 874610221,
            "stop": 874610225
        },
        {
            "start": 874610256,
            "stop": 874610270
        },
        {
            "start": 874610289,
            "stop": 874610306
        },
        {
            "start": 874610335,
            "stop": 874610415
        },
        {
            "start": 874610444,
            "stop": 874610446
        },
        {
            "start": 874610474,
            "stop": 874610482
        },
        {
            "start": 874610501,
            "stop": 874610508
        },
        {
            "start": 874610527,
            "stop": 874610565
        },
        {
            "start": 874610586,
            "stop": 874610608
        },
        {
            "start": 874610630,
            "stop": 874610638
        },
        {
            "start": 874610657,
            "stop": 874610663
        },
        {
            "start": 874610708,
            "stop": 874610734
        },
        {
            "start": 874610781,
            "stop": 874610782
        },
        {
            "start": 874610801,
            "stop": 874610809
        },
        {
            "start": 874610857,
            "stop": 874610864
        },
        {
            "start": 874610900,
            "stop": 874610901
        },
        {
            "start": 874610959,
            "stop": 874610970
        },
        {
            "start": 874610989,
            "stop": 874611030
        },
        {
            "start": 874611049,
            "stop": 874611054
        }
    ]
}