Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=708
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=707",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 708,
    "results": [
        {
            "start": 860344154,
            "stop": 860347296
        },
        {
            "start": 860347991,
            "stop": 860356112
        },
        {
            "start": 860357078,
            "stop": 860357858
        },
        {
            "start": 860358495,
            "stop": 860364216
        },
        {
            "start": 860364969,
            "stop": 860365766
        },
        {
            "start": 860366905,
            "stop": 860367299
        },
        {
            "start": 860367300,
            "stop": 860370809
        },
        {
            "start": 860372545,
            "stop": 860401168
        },
        {
            "start": 860401423,
            "stop": 860438621
        },
        {
            "start": 860438929,
            "stop": 860440171
        },
        {
            "start": 860441335,
            "stop": 860441866
        },
        {
            "start": 860441869,
            "stop": 860453976
        },
        {
            "start": 860455303,
            "stop": 860478545
        },
        {
            "start": 860481618,
            "stop": 860489446
        },
        {
            "start": 860491037,
            "stop": 860497427
        },
        {
            "start": 860498490,
            "stop": 860506915
        },
        {
            "start": 860507677,
            "stop": 860509644
        },
        {
            "start": 860511500,
            "stop": 860527279
        },
        {
            "start": 860528629,
            "stop": 860543094
        },
        {
            "start": 860544526,
            "stop": 860550826
        }
    ]
}