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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=181",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 182,
    "results": [
        {
            "start": 870637270,
            "stop": 870657402
        },
        {
            "start": 870657622,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870743020
        },
        {
            "start": 870745209,
            "stop": 870758591
        },
        {
            "start": 870758924,
            "stop": 870763683
        },
        {
            "start": 870764664,
            "stop": 870815188
        },
        {
            "start": 870816682,
            "stop": 870873064
        },
        {
            "start": 870873267,
            "stop": 870891423
        },
        {
            "start": 870892394,
            "stop": 870900509
        },
        {
            "start": 870900661,
            "stop": 870905938
        },
        {
            "start": 870907314,
            "stop": 870939905
        },
        {
            "start": 870941887,
            "stop": 870957567
        },
        {
            "start": 870958046,
            "stop": 870960068
        },
        {
            "start": 870961223,
            "stop": 870980988
        },
        {
            "start": 870982122,
            "stop": 870991911
        },
        {
            "start": 870992785,
            "stop": 871016633
        },
        {
            "start": 871017579,
            "stop": 871032510
        },
        {
            "start": 871034076,
            "stop": 871057169
        },
        {
            "start": 871057346,
            "stop": 871061228
        },
        {
            "start": 871061709,
            "stop": 871070463
        }
    ]
}