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=808
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=809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=807",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 808,
    "results": [
        {
            "start": 873539484,
            "stop": 873539491
        },
        {
            "start": 873539495,
            "stop": 873539500
        },
        {
            "start": 873539505,
            "stop": 873539512
        },
        {
            "start": 873539516,
            "stop": 873539523
        },
        {
            "start": 873539527,
            "stop": 873539545
        },
        {
            "start": 873539549,
            "stop": 873539555
        },
        {
            "start": 873539559,
            "stop": 873539563
        },
        {
            "start": 873539571,
            "stop": 873539579
        },
        {
            "start": 873539583,
            "stop": 873539590
        },
        {
            "start": 873539594,
            "stop": 873539604
        },
        {
            "start": 873539610,
            "stop": 873539616
        },
        {
            "start": 873539620,
            "stop": 873539627
        },
        {
            "start": 873539631,
            "stop": 873539638
        },
        {
            "start": 873539642,
            "stop": 873539649
        },
        {
            "start": 873539653,
            "stop": 873539660
        },
        {
            "start": 873539665,
            "stop": 873539672
        },
        {
            "start": 873539676,
            "stop": 873539684
        },
        {
            "start": 873539688,
            "stop": 873539694
        },
        {
            "start": 873539699,
            "stop": 873539702
        },
        {
            "start": 873539710,
            "stop": 873539725
        }
    ]
}