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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3292",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3293,
    "results": [
        {
            "start": 874515388,
            "stop": 874515466
        },
        {
            "start": 874515470,
            "stop": 874515660
        },
        {
            "start": 874515720,
            "stop": 874515960
        },
        {
            "start": 874516080,
            "stop": 874517280
        },
        {
            "start": 874517340,
            "stop": 874517844
        },
        {
            "start": 874517847,
            "stop": 874519285
        },
        {
            "start": 874519290,
            "stop": 874519366
        },
        {
            "start": 874519369,
            "stop": 874519402
        },
        {
            "start": 874519405,
            "stop": 874519800
        },
        {
            "start": 874519920,
            "stop": 874520220
        },
        {
            "start": 874520280,
            "stop": 874520921
        },
        {
            "start": 874520924,
            "stop": 874521000
        },
        {
            "start": 874521120,
            "stop": 874523580
        },
        {
            "start": 874523700,
            "stop": 874524120
        },
        {
            "start": 874524180,
            "stop": 874524420
        },
        {
            "start": 874524480,
            "stop": 874524619
        },
        {
            "start": 874524919,
            "stop": 874524956
        },
        {
            "start": 874524960,
            "stop": 874524968
        },
        {
            "start": 874524971,
            "stop": 874525133
        },
        {
            "start": 874525137,
            "stop": 874525140
        }
    ]
}