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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=269",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 270,
    "results": [
        {
            "start": 1136514460,
            "stop": 1136514462
        },
        {
            "start": 1136514465,
            "stop": 1136514476
        },
        {
            "start": 1136514479,
            "stop": 1136514482
        },
        {
            "start": 1136514485,
            "stop": 1136514486
        },
        {
            "start": 1136514489,
            "stop": 1136514492
        },
        {
            "start": 1136514495,
            "stop": 1136514516
        },
        {
            "start": 1136514519,
            "stop": 1136514521
        },
        {
            "start": 1136514524,
            "stop": 1136514526
        },
        {
            "start": 1136514529,
            "stop": 1136514533
        },
        {
            "start": 1136514536,
            "stop": 1136514545
        },
        {
            "start": 1136514548,
            "stop": 1136514579
        },
        {
            "start": 1136514582,
            "stop": 1136514602
        },
        {
            "start": 1136514605,
            "stop": 1136514608
        },
        {
            "start": 1136514611,
            "stop": 1136514616
        },
        {
            "start": 1136514619,
            "stop": 1136514624
        },
        {
            "start": 1136514627,
            "stop": 1136514639
        },
        {
            "start": 1136514642,
            "stop": 1136514647
        },
        {
            "start": 1136514650,
            "stop": 1136514663
        },
        {
            "start": 1136514666,
            "stop": 1136514670
        },
        {
            "start": 1136514673,
            "stop": 1136514681
        }
    ]
}