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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=43",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 44,
    "results": [
        {
            "start": 829115654,
            "stop": 829166580
        },
        {
            "start": 829167007,
            "stop": 829167947
        },
        {
            "start": 829168097,
            "stop": 829170397
        },
        {
            "start": 829170657,
            "stop": 829171342
        },
        {
            "start": 829171574,
            "stop": 829174738
        },
        {
            "start": 829176134,
            "stop": 829176784
        },
        {
            "start": 829177326,
            "stop": 829181045
        },
        {
            "start": 829181315,
            "stop": 829187861
        },
        {
            "start": 829191155,
            "stop": 829191411
        },
        {
            "start": 829193317,
            "stop": 829198409
        },
        {
            "start": 829200240,
            "stop": 829204553
        },
        {
            "start": 829206685,
            "stop": 829214460
        },
        {
            "start": 829215269,
            "stop": 829224018
        },
        {
            "start": 829226019,
            "stop": 829228085
        },
        {
            "start": 829233323,
            "stop": 829234451
        },
        {
            "start": 829234816,
            "stop": 829248326
        },
        {
            "start": 829250842,
            "stop": 829259524
        },
        {
            "start": 829260459,
            "stop": 829263372
        },
        {
            "start": 829278750,
            "stop": 829288390
        },
        {
            "start": 829288566,
            "stop": 829331029
        }
    ]
}