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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7220",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7221,
    "results": [
        {
            "start": 874715972,
            "stop": 874716464
        },
        {
            "start": 874716465,
            "stop": 874716906
        },
        {
            "start": 874716907,
            "stop": 874717300
        },
        {
            "start": 874717301,
            "stop": 874717388
        },
        {
            "start": 874717389,
            "stop": 874717446
        },
        {
            "start": 874717448,
            "stop": 874717458
        },
        {
            "start": 874717459,
            "stop": 874717545
        },
        {
            "start": 874717546,
            "stop": 874717701
        },
        {
            "start": 874717702,
            "stop": 874717935
        },
        {
            "start": 874717936,
            "stop": 874718302
        },
        {
            "start": 874718303,
            "stop": 874718890
        },
        {
            "start": 874718892,
            "stop": 874718926
        },
        {
            "start": 874718927,
            "stop": 874719027
        },
        {
            "start": 874719029,
            "stop": 874719228
        },
        {
            "start": 874719229,
            "stop": 874719231
        },
        {
            "start": 874719232,
            "stop": 874719273
        },
        {
            "start": 874719274,
            "stop": 874719418
        },
        {
            "start": 874719419,
            "stop": 874719900
        },
        {
            "start": 874719901,
            "stop": 874719961
        },
        {
            "start": 874719963,
            "stop": 874719983
        }
    ]
}