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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 2,
    "results": [
        {
            "start": 931078516,
            "stop": 931078698
        },
        {
            "start": 931078700,
            "stop": 931079088
        },
        {
            "start": 931079090,
            "stop": 931079404
        },
        {
            "start": 931080617,
            "stop": 931080627
        },
        {
            "start": 931080630,
            "stop": 931080643
        },
        {
            "start": 931080650,
            "stop": 931080660
        },
        {
            "start": 931080661,
            "stop": 931080708
        },
        {
            "start": 931080709,
            "stop": 931081351
        },
        {
            "start": 931081353,
            "stop": 931081817
        },
        {
            "start": 931081819,
            "stop": 931082442
        },
        {
            "start": 931082444,
            "stop": 931082500
        },
        {
            "start": 931082502,
            "stop": 931082580
        },
        {
            "start": 931082582,
            "stop": 931082993
        },
        {
            "start": 931082994,
            "stop": 931083224
        },
        {
            "start": 931083226,
            "stop": 931083765
        },
        {
            "start": 931083767,
            "stop": 931083950
        },
        {
            "start": 931083953,
            "stop": 931083956
        },
        {
            "start": 931084877,
            "stop": 931084898
        },
        {
            "start": 931084906,
            "stop": 931084911
        },
        {
            "start": 931084918,
            "stop": 931084946
        }
    ]
}