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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=4",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 5,
    "results": [
        {
            "start": 815466644,
            "stop": 815466749
        },
        {
            "start": 815466757,
            "stop": 815467405
        },
        {
            "start": 815467413,
            "stop": 815467636
        },
        {
            "start": 815467644,
            "stop": 815467741
        },
        {
            "start": 815467749,
            "stop": 815467811
        },
        {
            "start": 815467819,
            "stop": 815467965
        },
        {
            "start": 815467972,
            "stop": 815468114
        },
        {
            "start": 815468122,
            "stop": 815468827
        },
        {
            "start": 815468834,
            "stop": 815468999
        },
        {
            "start": 815469007,
            "stop": 815469582
        },
        {
            "start": 815469590,
            "stop": 815469854
        },
        {
            "start": 815469862,
            "stop": 815469892
        },
        {
            "start": 815469900,
            "stop": 815470125
        },
        {
            "start": 815470126,
            "stop": 815470989
        },
        {
            "start": 815471910,
            "stop": 815471935
        },
        {
            "start": 815471943,
            "stop": 815477608
        },
        {
            "start": 815477616,
            "stop": 815480224
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        },
        {
            "start": 815533909,
            "stop": 815533948
        }
    ]
}