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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1714",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1712",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1713,
    "results": [
        {
            "start": 1249130125,
            "stop": 1249130131
        },
        {
            "start": 1249130134,
            "stop": 1249130137
        },
        {
            "start": 1249130139,
            "stop": 1249130141
        },
        {
            "start": 1249130144,
            "stop": 1249130156
        },
        {
            "start": 1249130160,
            "stop": 1249130162
        },
        {
            "start": 1249130166,
            "stop": 1249130167
        },
        {
            "start": 1249130171,
            "stop": 1249130172
        },
        {
            "start": 1249130173,
            "stop": 1249130176
        },
        {
            "start": 1249130180,
            "stop": 1249130181
        },
        {
            "start": 1249130183,
            "stop": 1249130189
        },
        {
            "start": 1249130190,
            "stop": 1249130191
        },
        {
            "start": 1249130195,
            "stop": 1249130196
        },
        {
            "start": 1249130197,
            "stop": 1249130198
        },
        {
            "start": 1249130200,
            "stop": 1249130206
        },
        {
            "start": 1249130241,
            "stop": 1249130242
        },
        {
            "start": 1249130247,
            "stop": 1249130250
        },
        {
            "start": 1249130255,
            "stop": 1249130256
        },
        {
            "start": 1249130257,
            "stop": 1249130314
        },
        {
            "start": 1249130315,
            "stop": 1249131307
        },
        {
            "start": 1249131310,
            "stop": 1249132320
        }
    ]
}