Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=252
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=251",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 252,
    "results": [
        {
            "start": 931507962,
            "stop": 931507967
        },
        {
            "start": 931507970,
            "stop": 931507986
        },
        {
            "start": 931507989,
            "stop": 931507995
        },
        {
            "start": 931508000,
            "stop": 931508022
        },
        {
            "start": 931508024,
            "stop": 931508027
        },
        {
            "start": 931508030,
            "stop": 931508044
        },
        {
            "start": 931508047,
            "stop": 931508059
        },
        {
            "start": 931508061,
            "stop": 931508068
        },
        {
            "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": 931508196,
            "stop": 931508199
        },
        {
            "start": 931508201,
            "stop": 931508208
        },
        {
            "start": 931508211,
            "stop": 931508214
        },
        {
            "start": 931508216,
            "stop": 931508222
        }
    ]
}