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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=231",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 232,
    "results": [
        {
            "start": 857379981,
            "stop": 857391484
        },
        {
            "start": 857394092,
            "stop": 857402775
        },
        {
            "start": 857403796,
            "stop": 857404515
        },
        {
            "start": 857405550,
            "stop": 857406502
        },
        {
            "start": 857407408,
            "stop": 857409446
        },
        {
            "start": 857411146,
            "stop": 857427613
        },
        {
            "start": 857428725,
            "stop": 857460609
        },
        {
            "start": 857461945,
            "stop": 857473681
        },
        {
            "start": 857473951,
            "stop": 857477456
        },
        {
            "start": 857479603,
            "stop": 857482860
        },
        {
            "start": 857483979,
            "stop": 857484460
        },
        {
            "start": 857486033,
            "stop": 857488224
        },
        {
            "start": 857488379,
            "stop": 857490091
        },
        {
            "start": 857490234,
            "stop": 857498098
        },
        {
            "start": 857500290,
            "stop": 857509546
        },
        {
            "start": 857509702,
            "stop": 857511713
        },
        {
            "start": 857515044,
            "stop": 857523834
        },
        {
            "start": 857525764,
            "stop": 857537121
        },
        {
            "start": 857537271,
            "stop": 857550394
        },
        {
            "start": 857551775,
            "stop": 857568517
        }
    ]
}