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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1513",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1514,
    "results": [
        {
            "start": 870626073,
            "stop": 870627155
        },
        {
            "start": 870627160,
            "stop": 870627195
        },
        {
            "start": 870627198,
            "stop": 870627202
        },
        {
            "start": 870627206,
            "stop": 870628997
        },
        {
            "start": 870637270,
            "stop": 870642466
        },
        {
            "start": 870642469,
            "stop": 870651290
        },
        {
            "start": 870651293,
            "stop": 870652319
        },
        {
            "start": 870652322,
            "stop": 870657016
        },
        {
            "start": 870657019,
            "stop": 870657401
        },
        {
            "start": 870657622,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870743002
        },
        {
            "start": 870745209,
            "stop": 870758590
        },
        {
            "start": 870758924,
            "stop": 870763666
        },
        {
            "start": 870764664,
            "stop": 870815170
        },
        {
            "start": 870816682,
            "stop": 870873063
        },
        {
            "start": 870873267,
            "stop": 870891421
        },
        {
            "start": 870892394,
            "stop": 870900508
        },
        {
            "start": 870900661,
            "stop": 870905921
        },
        {
            "start": 870907314,
            "stop": 870939888
        },
        {
            "start": 870941887,
            "stop": 870957567
        }
    ]
}