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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2304",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2305,
    "results": [
        {
            "start": 874048480,
            "stop": 874048537
        },
        {
            "start": 874048579,
            "stop": 874048673
        },
        {
            "start": 874048692,
            "stop": 874048878
        },
        {
            "start": 874048910,
            "stop": 874049565
        },
        {
            "start": 874049598,
            "stop": 874049866
        },
        {
            "start": 874049885,
            "stop": 874049923
        },
        {
            "start": 874049942,
            "stop": 874051463
        },
        {
            "start": 874051482,
            "stop": 874052284
        },
        {
            "start": 874054605,
            "stop": 874054609
        },
        {
            "start": 874054651,
            "stop": 874061590
        },
        {
            "start": 874061609,
            "stop": 874065452
        },
        {
            "start": 874065469,
            "stop": 874065509
        },
        {
            "start": 874065514,
            "stop": 874065835
        },
        {
            "start": 874065854,
            "stop": 874067977
        },
        {
            "start": 874067994,
            "stop": 874068052
        },
        {
            "start": 874068069,
            "stop": 874073226
        },
        {
            "start": 874073245,
            "stop": 874073301
        },
        {
            "start": 874073320,
            "stop": 874074957
        },
        {
            "start": 874075127,
            "stop": 874075918
        },
        {
            "start": 874075936,
            "stop": 874076885
        }
    ]
}