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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 140,
    "results": [
        {
            "start": 931393691,
            "stop": 931393692
        },
        {
            "start": 931393694,
            "stop": 931393746
        },
        {
            "start": 931393747,
            "stop": 931393750
        },
        {
            "start": 931393751,
            "stop": 931393812
        },
        {
            "start": 931393813,
            "stop": 931393822
        },
        {
            "start": 931393823,
            "stop": 931393864
        },
        {
            "start": 931393865,
            "stop": 931394143
        },
        {
            "start": 931394144,
            "stop": 931394156
        },
        {
            "start": 931394157,
            "stop": 931394159
        },
        {
            "start": 931394161,
            "stop": 931394187
        },
        {
            "start": 931394190,
            "stop": 931394275
        },
        {
            "start": 931394276,
            "stop": 931394521
        },
        {
            "start": 931394523,
            "stop": 931394568
        },
        {
            "start": 931394578,
            "stop": 931394610
        },
        {
            "start": 931394612,
            "stop": 931394613
        },
        {
            "start": 931394615,
            "stop": 931394679
        },
        {
            "start": 931394681,
            "stop": 931394689
        },
        {
            "start": 931394694,
            "stop": 931394716
        },
        {
            "start": 931394718,
            "stop": 931394755
        },
        {
            "start": 931394756,
            "stop": 931394781
        }
    ]
}