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=449
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=450",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=448",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 449,
    "results": [
        {
            "start": 870572459,
            "stop": 870573010
        },
        {
            "start": 870573014,
            "stop": 870574275
        },
        {
            "start": 870574279,
            "stop": 870578163
        },
        {
            "start": 870578569,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870625346
        },
        {
            "start": 870626073,
            "stop": 870628997
        },
        {
            "start": 870637270,
            "stop": 870657402
        },
        {
            "start": 870657622,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870743002
        },
        {
            "start": 870745209,
            "stop": 870758591
        },
        {
            "start": 870758924,
            "stop": 870763666
        },
        {
            "start": 870764664,
            "stop": 870815170
        },
        {
            "start": 870816682,
            "stop": 870873064
        },
        {
            "start": 870873267,
            "stop": 870891423
        },
        {
            "start": 870892394,
            "stop": 870900509
        },
        {
            "start": 870900661,
            "stop": 870905921
        },
        {
            "start": 870907314,
            "stop": 870939888
        },
        {
            "start": 870941887,
            "stop": 870957567
        },
        {
            "start": 870958046,
            "stop": 870960051
        },
        {
            "start": 870961223,
            "stop": 870980971
        }
    ]
}