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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=269",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 270,
    "results": [
        {
            "start": 856877534,
            "stop": 856900906
        },
        {
            "start": 856911081,
            "stop": 856912788
        },
        {
            "start": 856913978,
            "stop": 856922474
        },
        {
            "start": 856923007,
            "stop": 856928214
        },
        {
            "start": 856928716,
            "stop": 856987245
        },
        {
            "start": 856988224,
            "stop": 857007008
        },
        {
            "start": 857008616,
            "stop": 857094645
        },
        {
            "start": 857095976,
            "stop": 857131802
        },
        {
            "start": 857133195,
            "stop": 857162994
        },
        {
            "start": 857163126,
            "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": 857358557
        },
        {
            "start": 857358560,
            "stop": 857362620
        }
    ]
}