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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 109,
    "results": [
        {
            "start": 931347449,
            "stop": 931347475
        },
        {
            "start": 931347477,
            "stop": 931347563
        },
        {
            "start": 931347564,
            "stop": 931347616
        },
        {
            "start": 931347617,
            "stop": 931347662
        },
        {
            "start": 931347663,
            "stop": 931347730
        },
        {
            "start": 931347732,
            "stop": 931347762
        },
        {
            "start": 931347766,
            "stop": 931347767
        },
        {
            "start": 931347768,
            "stop": 931347769
        },
        {
            "start": 931347771,
            "stop": 931347785
        },
        {
            "start": 931347787,
            "stop": 931347805
        },
        {
            "start": 931347806,
            "stop": 931347807
        },
        {
            "start": 931347809,
            "stop": 931347844
        },
        {
            "start": 931347846,
            "stop": 931347856
        },
        {
            "start": 931347857,
            "stop": 931347942
        },
        {
            "start": 931347943,
            "stop": 931347959
        },
        {
            "start": 931347961,
            "stop": 931347963
        },
        {
            "start": 931347964,
            "stop": 931348013
        },
        {
            "start": 931348015,
            "stop": 931348040
        },
        {
            "start": 931348041,
            "stop": 931348043
        },
        {
            "start": 931348052,
            "stop": 931348053
        }
    ]
}