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=5160
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=5161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5159",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5160,
    "results": [
        {
            "start": 874817441,
            "stop": 874817463
        },
        {
            "start": 874817492,
            "stop": 874817499
        },
        {
            "start": 874819487,
            "stop": 874819500
        },
        {
            "start": 874819560,
            "stop": 874820520
        },
        {
            "start": 874820580,
            "stop": 874821000
        },
        {
            "start": 874821060,
            "stop": 874821120
        },
        {
            "start": 874821180,
            "stop": 874822342
        },
        {
            "start": 874822361,
            "stop": 874822562
        },
        {
            "start": 874822581,
            "stop": 874823279
        },
        {
            "start": 874823298,
            "stop": 874823970
        },
        {
            "start": 874823989,
            "stop": 874825596
        },
        {
            "start": 874825615,
            "stop": 874825672
        },
        {
            "start": 874825689,
            "stop": 874826363
        },
        {
            "start": 874826388,
            "stop": 874826619
        },
        {
            "start": 874826638,
            "stop": 874827076
        },
        {
            "start": 874827095,
            "stop": 874827115
        },
        {
            "start": 874827134,
            "stop": 874827340
        },
        {
            "start": 874827359,
            "stop": 874827854
        },
        {
            "start": 874827878,
            "stop": 874828547
        },
        {
            "start": 874828566,
            "stop": 874829063
        }
    ]
}