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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=40",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 41,
    "results": [
        {
            "start": 1128490660,
            "stop": 1128497088
        },
        {
            "start": 1128497090,
            "stop": 1128502757
        },
        {
            "start": 1128502758,
            "stop": 1128505984
        },
        {
            "start": 1128505985,
            "stop": 1128515372
        },
        {
            "start": 1128515373,
            "stop": 1128518732
        },
        {
            "start": 1128518733,
            "stop": 1128525840
        },
        {
            "start": 1128525900,
            "stop": 1128526387
        },
        {
            "start": 1128526388,
            "stop": 1128527937
        },
        {
            "start": 1128536518,
            "stop": 1128537272
        },
        {
            "start": 1128537273,
            "stop": 1128537987
        },
        {
            "start": 1128537988,
            "stop": 1128538193
        },
        {
            "start": 1128538194,
            "stop": 1128538207
        },
        {
            "start": 1128538208,
            "stop": 1128538303
        },
        {
            "start": 1128538305,
            "stop": 1128538307
        },
        {
            "start": 1128538308,
            "stop": 1128538313
        },
        {
            "start": 1128538314,
            "stop": 1128538316
        },
        {
            "start": 1128538317,
            "stop": 1128538323
        },
        {
            "start": 1128538327,
            "stop": 1128538329
        },
        {
            "start": 1128538332,
            "stop": 1128538335
        },
        {
            "start": 1128538341,
            "stop": 1128538347
        }
    ]
}