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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_DATA/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_DATA/segments?format=api&page=3",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 4,
    "results": [
        {
            "start": 931587429,
            "stop": 931592243
        },
        {
            "start": 931600810,
            "stop": 931615564
        },
        {
            "start": 931617383,
            "stop": 931619011
        },
        {
            "start": 931657083,
            "stop": 931657183
        },
        {
            "start": 931658625,
            "stop": 931659071
        },
        {
            "start": 931660306,
            "stop": 931663295
        },
        {
            "start": 931664128,
            "stop": 931666331
        },
        {
            "start": 931667306,
            "stop": 931673022
        },
        {
            "start": 931673608,
            "stop": 931674741
        },
        {
            "start": 931685699,
            "stop": 931686150
        },
        {
            "start": 931699514,
            "stop": 931699591
        },
        {
            "start": 931704410,
            "stop": 931706612
        },
        {
            "start": 931712153,
            "stop": 931712985
        },
        {
            "start": 931722628,
            "stop": 931725579
        },
        {
            "start": 931729355,
            "stop": 931732178
        },
        {
            "start": 931735500,
            "stop": 931748232
        },
        {
            "start": 931755809,
            "stop": 931757397
        },
        {
            "start": 931757428,
            "stop": 931761589
        },
        {
            "start": 931765138,
            "stop": 931775068
        },
        {
            "start": 931775338,
            "stop": 931776362
        }
    ]
}