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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=97",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 98,
    "results": [
        {
            "start": 950506584,
            "stop": 950513967
        },
        {
            "start": 950517846,
            "stop": 950549324
        },
        {
            "start": 950554845,
            "stop": 950559067
        },
        {
            "start": 950561894,
            "stop": 950566326
        },
        {
            "start": 950571375,
            "stop": 950593632
        },
        {
            "start": 950603476,
            "stop": 950606647
        },
        {
            "start": 950608628,
            "stop": 950613693
        },
        {
            "start": 950616535,
            "stop": 950635361
        },
        {
            "start": 950666417,
            "stop": 950666657
        },
        {
            "start": 950669955,
            "stop": 950671260
        },
        {
            "start": 950675738,
            "stop": 950681000
        },
        {
            "start": 950681146,
            "stop": 950695467
        },
        {
            "start": 950697229,
            "stop": 950719594
        },
        {
            "start": 950724276,
            "stop": 950744600
        },
        {
            "start": 950752681,
            "stop": 950753093
        },
        {
            "start": 950774055,
            "stop": 950821714
        },
        {
            "start": 950827710,
            "stop": 950840310
        },
        {
            "start": 950843186,
            "stop": 950846036
        },
        {
            "start": 950864745,
            "stop": 950889681
        },
        {
            "start": 950894122,
            "stop": 950898914
        }
    ]
}