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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=332",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 333,
    "results": [
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871351444
        },
        {
            "start": 871351809,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871392572
        },
        {
            "start": 871393624,
            "stop": 871393987
        },
        {
            "start": 871394045,
            "stop": 871409388
        },
        {
            "start": 871410297,
            "stop": 871414310
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871441165
        },
        {
            "start": 871444085,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871590273
        },
        {
            "start": 871590383,
            "stop": 871591138
        },
        {
            "start": 871591438,
            "stop": 871597070
        },
        {
            "start": 871598665,
            "stop": 871615154
        },
        {
            "start": 871615156,
            "stop": 871619024
        },
        {
            "start": 871622312,
            "stop": 871653485
        },
        {
            "start": 871653785,
            "stop": 871653879
        },
        {
            "start": 871654249,
            "stop": 871671730
        },
        {
            "start": 871678668,
            "stop": 871679392
        }
    ]
}