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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5901",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5902,
    "results": [
        {
            "start": 875129386,
            "stop": 875129402
        },
        {
            "start": 875129406,
            "stop": 875129408
        },
        {
            "start": 875129411,
            "stop": 875129425
        },
        {
            "start": 875129429,
            "stop": 875129503
        },
        {
            "start": 875129506,
            "stop": 875129543
        },
        {
            "start": 875129546,
            "stop": 875129567
        },
        {
            "start": 875129570,
            "stop": 875129616
        },
        {
            "start": 875129619,
            "stop": 875129699
        },
        {
            "start": 875129703,
            "stop": 875129744
        },
        {
            "start": 875129747,
            "stop": 875129769
        },
        {
            "start": 875129772,
            "stop": 875129876
        },
        {
            "start": 875129883,
            "stop": 875129937
        },
        {
            "start": 875129940,
            "stop": 875129959
        },
        {
            "start": 875129965,
            "stop": 875130043
        },
        {
            "start": 875130047,
            "stop": 875130109
        },
        {
            "start": 875130113,
            "stop": 875130184
        },
        {
            "start": 875130187,
            "stop": 875130204
        },
        {
            "start": 875130207,
            "stop": 875130233
        },
        {
            "start": 875130236,
            "stop": 875130247
        },
        {
            "start": 875130250,
            "stop": 875130257
        }
    ]
}