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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=6",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 7,
    "results": [
        {
            "start": 815210609,
            "stop": 815210658
        },
        {
            "start": 815210662,
            "stop": 815210693
        },
        {
            "start": 815210700,
            "stop": 815210744
        },
        {
            "start": 815210752,
            "stop": 815210784
        },
        {
            "start": 815210791,
            "stop": 815210802
        },
        {
            "start": 815210809,
            "stop": 815211123
        },
        {
            "start": 815211130,
            "stop": 815211423
        },
        {
            "start": 815211430,
            "stop": 815211578
        },
        {
            "start": 815211585,
            "stop": 815211595
        },
        {
            "start": 815211603,
            "stop": 815211620
        },
        {
            "start": 815211627,
            "stop": 815211793
        },
        {
            "start": 815211991,
            "stop": 815212059
        },
        {
            "start": 815212072,
            "stop": 815212080
        },
        {
            "start": 815212087,
            "stop": 815212189
        },
        {
            "start": 815212196,
            "stop": 815212265
        },
        {
            "start": 815212272,
            "stop": 815212309
        },
        {
            "start": 815212316,
            "stop": 815212482
        },
        {
            "start": 815212489,
            "stop": 815212776
        },
        {
            "start": 815212783,
            "stop": 815212867
        },
        {
            "start": 815212874,
            "stop": 815212924
        }
    ]
}