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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=15",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 16,
    "results": [
        {
            "start": 931135046,
            "stop": 931135050
        },
        {
            "start": 931135051,
            "stop": 931135052
        },
        {
            "start": 931135054,
            "stop": 931135060
        },
        {
            "start": 931135066,
            "stop": 931135082
        },
        {
            "start": 931135093,
            "stop": 931135094
        },
        {
            "start": 931135095,
            "stop": 931135097
        },
        {
            "start": 931135099,
            "stop": 931135133
        },
        {
            "start": 931135138,
            "stop": 931135139
        },
        {
            "start": 931135144,
            "stop": 931135149
        },
        {
            "start": 931135152,
            "stop": 931135155
        },
        {
            "start": 931135159,
            "stop": 931135194
        },
        {
            "start": 931135195,
            "stop": 931135217
        },
        {
            "start": 931135218,
            "stop": 931135227
        },
        {
            "start": 931135228,
            "stop": 931135278
        },
        {
            "start": 931135280,
            "stop": 931135301
        },
        {
            "start": 931135302,
            "stop": 931135328
        },
        {
            "start": 931135329,
            "stop": 931135348
        },
        {
            "start": 931135350,
            "stop": 931135357
        },
        {
            "start": 931135359,
            "stop": 931135389
        },
        {
            "start": 931135390,
            "stop": 931135437
        }
    ]
}