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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=381",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 382,
    "results": [
        {
            "start": 1182084054,
            "stop": 1182085883
        },
        {
            "start": 1182085884,
            "stop": 1182089818
        },
        {
            "start": 1182089821,
            "stop": 1182089830
        },
        {
            "start": 1182089833,
            "stop": 1182093195
        },
        {
            "start": 1182106504,
            "stop": 1182108158
        },
        {
            "start": 1182108161,
            "stop": 1182108888
        },
        {
            "start": 1182108891,
            "stop": 1182110367
        },
        {
            "start": 1182110371,
            "stop": 1182111682
        },
        {
            "start": 1182111685,
            "stop": 1182112417
        },
        {
            "start": 1182134171,
            "stop": 1182134175
        },
        {
            "start": 1182134176,
            "stop": 1182134180
        },
        {
            "start": 1182134181,
            "stop": 1182134208
        },
        {
            "start": 1182134210,
            "stop": 1182134216
        },
        {
            "start": 1182134217,
            "stop": 1182134279
        },
        {
            "start": 1182134282,
            "stop": 1182134318
        },
        {
            "start": 1182134320,
            "stop": 1182134376
        },
        {
            "start": 1182134377,
            "stop": 1182134445
        },
        {
            "start": 1182134447,
            "stop": 1182134493
        },
        {
            "start": 1182134495,
            "stop": 1182134541
        },
        {
            "start": 1182134542,
            "stop": 1182135211
        }
    ]
}