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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=807",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=805",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 806,
    "results": [
        {
            "start": 957954513,
            "stop": 957955903
        },
        {
            "start": 957955909,
            "stop": 957956932
        },
        {
            "start": 957956938,
            "stop": 957957099
        },
        {
            "start": 957957105,
            "stop": 957957350
        },
        {
            "start": 957957356,
            "stop": 957957949
        },
        {
            "start": 957957955,
            "stop": 957958226
        },
        {
            "start": 957958232,
            "stop": 957958429
        },
        {
            "start": 957962069,
            "stop": 957963181
        },
        {
            "start": 957963187,
            "stop": 957963649
        },
        {
            "start": 957963655,
            "stop": 957964619
        },
        {
            "start": 957964625,
            "stop": 957964643
        },
        {
            "start": 957966332,
            "stop": 957969325
        },
        {
            "start": 957970025,
            "stop": 957990200
        },
        {
            "start": 957991121,
            "stop": 957994557
        },
        {
            "start": 957994562,
            "stop": 957995670
        },
        {
            "start": 958010627,
            "stop": 958022795
        },
        {
            "start": 958026278,
            "stop": 958028577
        },
        {
            "start": 958028583,
            "stop": 958028962
        },
        {
            "start": 958028968,
            "stop": 958031133
        },
        {
            "start": 958031139,
            "stop": 958033578
        }
    ]
}