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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=115",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 116,
    "results": [
        {
            "start": 818064208,
            "stop": 818064212
        },
        {
            "start": 818064215,
            "stop": 818064223
        },
        {
            "start": 818064227,
            "stop": 818064237
        },
        {
            "start": 818064245,
            "stop": 818064246
        },
        {
            "start": 818064249,
            "stop": 818064259
        },
        {
            "start": 818064267,
            "stop": 818064270
        },
        {
            "start": 818064277,
            "stop": 818064279
        },
        {
            "start": 818064282,
            "stop": 818064289
        },
        {
            "start": 818064293,
            "stop": 818064295
        },
        {
            "start": 818064299,
            "stop": 818064312
        },
        {
            "start": 818064326,
            "stop": 818064330
        },
        {
            "start": 818064344,
            "stop": 818064350
        },
        {
            "start": 818064353,
            "stop": 818064358
        },
        {
            "start": 818064364,
            "stop": 818064366
        },
        {
            "start": 818064370,
            "stop": 818064374
        },
        {
            "start": 818064380,
            "stop": 818064389
        },
        {
            "start": 818064393,
            "stop": 818064397
        },
        {
            "start": 818064400,
            "stop": 818064409
        },
        {
            "start": 818064412,
            "stop": 818064416
        },
        {
            "start": 818064431,
            "stop": 818064432
        }
    ]
}