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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=90",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 91,
    "results": [
        {
            "start": 820477221,
            "stop": 820478961
        },
        {
            "start": 820479370,
            "stop": 820479490
        },
        {
            "start": 820480448,
            "stop": 820481348
        },
        {
            "start": 820481630,
            "stop": 820481810
        },
        {
            "start": 820482395,
            "stop": 820484015
        },
        {
            "start": 820484177,
            "stop": 820485017
        },
        {
            "start": 820486561,
            "stop": 820486801
        },
        {
            "start": 820494697,
            "stop": 820494817
        },
        {
            "start": 820495725,
            "stop": 820495845
        },
        {
            "start": 820496362,
            "stop": 820496422
        },
        {
            "start": 820496619,
            "stop": 820496799
        },
        {
            "start": 820496988,
            "stop": 820497048
        },
        {
            "start": 820497217,
            "stop": 820497277
        },
        {
            "start": 820497776,
            "stop": 820497836
        },
        {
            "start": 820498326,
            "stop": 820498446
        },
        {
            "start": 820498729,
            "stop": 820498849
        },
        {
            "start": 820499552,
            "stop": 820499612
        },
        {
            "start": 820499785,
            "stop": 820499905
        },
        {
            "start": 820550347,
            "stop": 820550407
        },
        {
            "start": 820551775,
            "stop": 820551835
        }
    ]
}