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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=12",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 13,
    "results": [
        {
            "start": 931088836,
            "stop": 931088838
        },
        {
            "start": 931088839,
            "stop": 931088843
        },
        {
            "start": 931088848,
            "stop": 931088857
        },
        {
            "start": 931088874,
            "stop": 931088887
        },
        {
            "start": 931088892,
            "stop": 931088893
        },
        {
            "start": 931088895,
            "stop": 931088897
        },
        {
            "start": 931088914,
            "stop": 931088922
        },
        {
            "start": 931088934,
            "stop": 931088939
        },
        {
            "start": 931088948,
            "stop": 931088949
        },
        {
            "start": 931088959,
            "stop": 931088963
        },
        {
            "start": 931088998,
            "stop": 931089002
        },
        {
            "start": 931089009,
            "stop": 931089011
        },
        {
            "start": 931089023,
            "stop": 931089032
        },
        {
            "start": 931089041,
            "stop": 931089057
        },
        {
            "start": 931089061,
            "stop": 931089062
        },
        {
            "start": 931089082,
            "stop": 931089083
        },
        {
            "start": 931089086,
            "stop": 931089093
        },
        {
            "start": 931089099,
            "stop": 931089103
        },
        {
            "start": 931089106,
            "stop": 931089108
        },
        {
            "start": 931089113,
            "stop": 931089118
        }
    ]
}