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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=571",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 572,
    "results": [
        {
            "start": 873659367,
            "stop": 873659607
        },
        {
            "start": 873659717,
            "stop": 873659720
        },
        {
            "start": 873660020,
            "stop": 873660243
        },
        {
            "start": 873660353,
            "stop": 873660834
        },
        {
            "start": 873661134,
            "stop": 873661265
        },
        {
            "start": 873661375,
            "stop": 873661395
        },
        {
            "start": 873661695,
            "stop": 873665065
        },
        {
            "start": 873665070,
            "stop": 873665687
        },
        {
            "start": 873667332,
            "stop": 873668106
        },
        {
            "start": 873668452,
            "stop": 873668654
        },
        {
            "start": 873668661,
            "stop": 873668662
        },
        {
            "start": 873668665,
            "stop": 873668700
        },
        {
            "start": 873668760,
            "stop": 873668851
        },
        {
            "start": 873668854,
            "stop": 873669840
        },
        {
            "start": 873669960,
            "stop": 873669974
        },
        {
            "start": 873669980,
            "stop": 873670090
        },
        {
            "start": 873671288,
            "stop": 873671469
        },
        {
            "start": 873671769,
            "stop": 873675690
        },
        {
            "start": 873675695,
            "stop": 873677016
        },
        {
            "start": 873688369,
            "stop": 873689205
        }
    ]
}