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=2155
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=2156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2154",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2155,
    "results": [
        {
            "start": 872338719,
            "stop": 872338800
        },
        {
            "start": 872338817,
            "stop": 872338849
        },
        {
            "start": 872338868,
            "stop": 872338959
        },
        {
            "start": 872338978,
            "stop": 872338990
        },
        {
            "start": 872339009,
            "stop": 872339065
        },
        {
            "start": 872339084,
            "stop": 872339108
        },
        {
            "start": 872339127,
            "stop": 872339266
        },
        {
            "start": 872339285,
            "stop": 872339357
        },
        {
            "start": 872339378,
            "stop": 872339846
        },
        {
            "start": 872339865,
            "stop": 872339894
        },
        {
            "start": 872339913,
            "stop": 872339915
        },
        {
            "start": 872339934,
            "stop": 872340028
        },
        {
            "start": 872340045,
            "stop": 872340087
        },
        {
            "start": 872340106,
            "stop": 872340554
        },
        {
            "start": 872340573,
            "stop": 872341322
        },
        {
            "start": 872341342,
            "stop": 872341437
        },
        {
            "start": 872341454,
            "stop": 872341569
        },
        {
            "start": 872341587,
            "stop": 872341600
        },
        {
            "start": 872341619,
            "stop": 872341679
        },
        {
            "start": 872341698,
            "stop": 872341781
        }
    ]
}