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=5064
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=5065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5063",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5064,
    "results": [
        {
            "start": 874612059,
            "stop": 874612115
        },
        {
            "start": 874612141,
            "stop": 874612164
        },
        {
            "start": 874612191,
            "stop": 874612196
        },
        {
            "start": 874612240,
            "stop": 874612245
        },
        {
            "start": 874612272,
            "stop": 874612319
        },
        {
            "start": 874612339,
            "stop": 874612349
        },
        {
            "start": 874612388,
            "stop": 874612413
        },
        {
            "start": 874612432,
            "stop": 874612440
        },
        {
            "start": 874612465,
            "stop": 874612470
        },
        {
            "start": 874612489,
            "stop": 874612492
        },
        {
            "start": 874612512,
            "stop": 874612516
        },
        {
            "start": 874612535,
            "stop": 874612547
        },
        {
            "start": 874612598,
            "stop": 874612610
        },
        {
            "start": 874612637,
            "stop": 874612638
        },
        {
            "start": 874612658,
            "stop": 874612665
        },
        {
            "start": 874612752,
            "stop": 874612832
        },
        {
            "start": 874612855,
            "stop": 874612871
        },
        {
            "start": 874612892,
            "stop": 874612897
        },
        {
            "start": 874612917,
            "stop": 874612942
        },
        {
            "start": 874612961,
            "stop": 874612984
        }
    ]
}