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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=93",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 94,
    "results": [
        {
            "start": 931393671,
            "stop": 931393689
        },
        {
            "start": 931393691,
            "stop": 931393692
        },
        {
            "start": 931393694,
            "stop": 931393746
        },
        {
            "start": 931393747,
            "stop": 931393864
        },
        {
            "start": 931393865,
            "stop": 931394156
        },
        {
            "start": 931394157,
            "stop": 931394159
        },
        {
            "start": 931394161,
            "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": 931394812
        },
        {
            "start": 931394814,
            "stop": 931394848
        },
        {
            "start": 931394850,
            "stop": 931394991
        },
        {
            "start": 931394993,
            "stop": 931395073
        },
        {
            "start": 931395075,
            "stop": 931395151
        },
        {
            "start": 931395153,
            "stop": 931395259
        },
        {
            "start": 931395261,
            "stop": 931395285
        }
    ]
}