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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=251",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 252,
    "results": [
        {
            "start": 861633623,
            "stop": 861633728
        },
        {
            "start": 861633810,
            "stop": 861633835
        },
        {
            "start": 861634924,
            "stop": 861635995
        },
        {
            "start": 861638327,
            "stop": 861646831
        },
        {
            "start": 861646880,
            "stop": 861653673
        },
        {
            "start": 861654850,
            "stop": 861655858
        },
        {
            "start": 861656068,
            "stop": 861669772
        },
        {
            "start": 861670167,
            "stop": 861691339
        },
        {
            "start": 861694140,
            "stop": 861713290
        },
        {
            "start": 861714564,
            "stop": 861717736
        },
        {
            "start": 861719705,
            "stop": 861720091
        },
        {
            "start": 861720347,
            "stop": 861720608
        },
        {
            "start": 861723659,
            "stop": 861723734
        },
        {
            "start": 861723957,
            "stop": 861724572
        },
        {
            "start": 861726785,
            "stop": 861748902
        },
        {
            "start": 861749903,
            "stop": 861750615
        },
        {
            "start": 861750688,
            "stop": 861752851
        },
        {
            "start": 861752951,
            "stop": 861774478
        },
        {
            "start": 861776322,
            "stop": 861777214
        },
        {
            "start": 861778992,
            "stop": 861780649
        }
    ]
}