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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=923",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=921",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 922,
    "results": [
        {
            "start": 1251482489,
            "stop": 1251482673
        },
        {
            "start": 1251482677,
            "stop": 1251482981
        },
        {
            "start": 1251482985,
            "stop": 1251483081
        },
        {
            "start": 1251483085,
            "stop": 1251483110
        },
        {
            "start": 1251483115,
            "stop": 1251483523
        },
        {
            "start": 1251483527,
            "stop": 1251484159
        },
        {
            "start": 1251484163,
            "stop": 1251484585
        },
        {
            "start": 1251484589,
            "stop": 1251484957
        },
        {
            "start": 1251484961,
            "stop": 1251485131
        },
        {
            "start": 1251485135,
            "stop": 1251485318
        },
        {
            "start": 1251485322,
            "stop": 1251485379
        },
        {
            "start": 1251485383,
            "stop": 1251485442
        },
        {
            "start": 1251485447,
            "stop": 1251485577
        },
        {
            "start": 1251485581,
            "stop": 1251486043
        },
        {
            "start": 1251486047,
            "stop": 1251486215
        },
        {
            "start": 1251486219,
            "stop": 1251486340
        },
        {
            "start": 1251486344,
            "stop": 1251486523
        },
        {
            "start": 1251486527,
            "stop": 1251486623
        },
        {
            "start": 1251486628,
            "stop": 1251487365
        },
        {
            "start": 1251487369,
            "stop": 1251487381
        }
    ]
}