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_CAT3/segments?format=api&page=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=268",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 269,
    "results": [
        {
            "start": 931682176,
            "stop": 931682189
        },
        {
            "start": 931682191,
            "stop": 931682192
        },
        {
            "start": 931682204,
            "stop": 931682205
        },
        {
            "start": 931682208,
            "stop": 931682216
        },
        {
            "start": 931682230,
            "stop": 931682241
        },
        {
            "start": 931682246,
            "stop": 931682248
        },
        {
            "start": 931682251,
            "stop": 931682254
        },
        {
            "start": 931682257,
            "stop": 931682261
        },
        {
            "start": 931682267,
            "stop": 931682269
        },
        {
            "start": 931682271,
            "stop": 931682273
        },
        {
            "start": 931682276,
            "stop": 931682283
        },
        {
            "start": 931682286,
            "stop": 931682297
        },
        {
            "start": 931682300,
            "stop": 931682302
        },
        {
            "start": 931682308,
            "stop": 931682310
        },
        {
            "start": 931682314,
            "stop": 931682317
        },
        {
            "start": 931682319,
            "stop": 931682336
        },
        {
            "start": 931682338,
            "stop": 931682344
        },
        {
            "start": 931682349,
            "stop": 931682350
        },
        {
            "start": 931682353,
            "stop": 931682358
        },
        {
            "start": 931682361,
            "stop": 931682362
        }
    ]
}