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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=412",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 413,
    "results": [
        {
            "start": 865198167,
            "stop": 865198193
        },
        {
            "start": 865198196,
            "stop": 865198216
        },
        {
            "start": 865198225,
            "stop": 865198235
        },
        {
            "start": 865198239,
            "stop": 865198316
        },
        {
            "start": 865198319,
            "stop": 865198359
        },
        {
            "start": 865198363,
            "stop": 865198418
        },
        {
            "start": 865198422,
            "stop": 865198427
        },
        {
            "start": 865198431,
            "stop": 865198437
        },
        {
            "start": 865198441,
            "stop": 865198481
        },
        {
            "start": 865198485,
            "stop": 865198515
        },
        {
            "start": 865198538,
            "stop": 865198559
        },
        {
            "start": 865198562,
            "stop": 865198630
        },
        {
            "start": 865198633,
            "stop": 865198642
        },
        {
            "start": 865198839,
            "stop": 865198845
        },
        {
            "start": 865198848,
            "stop": 865198873
        },
        {
            "start": 865198881,
            "stop": 865198887
        },
        {
            "start": 865198906,
            "stop": 865199103
        },
        {
            "start": 865199107,
            "stop": 865199274
        },
        {
            "start": 865199278,
            "stop": 865199308
        },
        {
            "start": 865199316,
            "stop": 865199327
        }
    ]
}