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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 96,
    "results": [
        {
            "start": 931508071,
            "stop": 931508077
        },
        {
            "start": 931508080,
            "stop": 931508105
        },
        {
            "start": 931508108,
            "stop": 931508110
        },
        {
            "start": 931508113,
            "stop": 931508115
        },
        {
            "start": 931508118,
            "stop": 931508137
        },
        {
            "start": 931508141,
            "stop": 931508157
        },
        {
            "start": 931508160,
            "stop": 931508177
        },
        {
            "start": 931508180,
            "stop": 931508188
        },
        {
            "start": 931508191,
            "stop": 931508193
        },
        {
            "start": 931508196,
            "stop": 931508199
        },
        {
            "start": 931508201,
            "stop": 931508208
        },
        {
            "start": 931508211,
            "stop": 931508214
        },
        {
            "start": 931508216,
            "stop": 931508222
        },
        {
            "start": 931508225,
            "stop": 931508228
        },
        {
            "start": 931508231,
            "stop": 931508235
        },
        {
            "start": 931508238,
            "stop": 931508255
        },
        {
            "start": 931508257,
            "stop": 931508262
        },
        {
            "start": 931508264,
            "stop": 931508266
        },
        {
            "start": 931508269,
            "stop": 931508277
        },
        {
            "start": 931508280,
            "stop": 931508284
        }
    ]
}