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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=213",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 214,
    "results": [
        {
            "start": 857095976,
            "stop": 857131802
        },
        {
            "start": 857133195,
            "stop": 857162994
        },
        {
            "start": 857163126,
            "stop": 857168995
        },
        {
            "start": 857169815,
            "stop": 857170059
        },
        {
            "start": 857170485,
            "stop": 857215109
        },
        {
            "start": 857216649,
            "stop": 857229901
        },
        {
            "start": 857231076,
            "stop": 857232138
        },
        {
            "start": 857249580,
            "stop": 857257984
        },
        {
            "start": 857258539,
            "stop": 857262608
        },
        {
            "start": 857263825,
            "stop": 857268786
        },
        {
            "start": 857269658,
            "stop": 857307246
        },
        {
            "start": 857308431,
            "stop": 857334893
        },
        {
            "start": 857336215,
            "stop": 857362620
        },
        {
            "start": 857363297,
            "stop": 857366090
        },
        {
            "start": 857367064,
            "stop": 857402350
        },
        {
            "start": 857403003,
            "stop": 857406061
        },
        {
            "start": 857429946,
            "stop": 857435190
        },
        {
            "start": 857435700,
            "stop": 857436335
        },
        {
            "start": 857437416,
            "stop": 857445566
        },
        {
            "start": 857447734,
            "stop": 857461668
        }
    ]
}