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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14241",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14242,
    "results": [
        {
            "start": 971177049,
            "stop": 971177057
        },
        {
            "start": 971177058,
            "stop": 971177069
        },
        {
            "start": 971177071,
            "stop": 971177078
        },
        {
            "start": 971177079,
            "stop": 971177087
        },
        {
            "start": 971177088,
            "stop": 971177091
        },
        {
            "start": 971177094,
            "stop": 971177103
        },
        {
            "start": 971177104,
            "stop": 971177110
        },
        {
            "start": 971177111,
            "stop": 971177116
        },
        {
            "start": 971177118,
            "stop": 971177120
        },
        {
            "start": 971177121,
            "stop": 971177126
        },
        {
            "start": 971177128,
            "stop": 971177132
        },
        {
            "start": 971177133,
            "stop": 971177134
        },
        {
            "start": 971177138,
            "stop": 971177147
        },
        {
            "start": 971177149,
            "stop": 971177151
        },
        {
            "start": 971177153,
            "stop": 971177155
        },
        {
            "start": 971177156,
            "stop": 971177157
        },
        {
            "start": 971177159,
            "stop": 971177163
        },
        {
            "start": 971177165,
            "stop": 971177178
        },
        {
            "start": 971177179,
            "stop": 971177182
        },
        {
            "start": 971177183,
            "stop": 971177186
        }
    ]
}