Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=47
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=46",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 47,
    "results": [
        {
            "start": 1412360564,
            "stop": 1412383249
        },
        {
            "start": 1412393187,
            "stop": 1412407823
        },
        {
            "start": 1412407960,
            "stop": 1412431274
        },
        {
            "start": 1412458547,
            "stop": 1412491488
        },
        {
            "start": 1412491625,
            "stop": 1412539206
        },
        {
            "start": 1412539343,
            "stop": 1412543003
        },
        {
            "start": 1412543140,
            "stop": 1412546799
        },
        {
            "start": 1412546936,
            "stop": 1412565259
        },
        {
            "start": 1412572927,
            "stop": 1412573410
        },
        {
            "start": 1412573422,
            "stop": 1412574022
        },
        {
            "start": 1412574034,
            "stop": 1412577689
        },
        {
            "start": 1412577826,
            "stop": 1412580068
        },
        {
            "start": 1414287415,
            "stop": 1414288482
        },
        {
            "start": 1414295617,
            "stop": 1414298459
        },
        {
            "start": 1414300748,
            "stop": 1414332258
        },
        {
            "start": 1414332558,
            "stop": 1414334329
        },
        {
            "start": 1414335547,
            "stop": 1414337385
        },
        {
            "start": 1414369449,
            "stop": 1414381892
        },
        {
            "start": 1414384517,
            "stop": 1414390091
        },
        {
            "start": 1414392432,
            "stop": 1414423844
        }
    ]
}