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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=291",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 292,
    "results": [
        {
            "start": 818233181,
            "stop": 818233182
        },
        {
            "start": 818233188,
            "stop": 818233191
        },
        {
            "start": 818233227,
            "stop": 818233230
        },
        {
            "start": 818233234,
            "stop": 818233239
        },
        {
            "start": 818233251,
            "stop": 818233253
        },
        {
            "start": 818233256,
            "stop": 818233259
        },
        {
            "start": 818233262,
            "stop": 818233264
        },
        {
            "start": 818233272,
            "stop": 818233273
        },
        {
            "start": 818233276,
            "stop": 818233282
        },
        {
            "start": 818233337,
            "stop": 818233339
        },
        {
            "start": 818233360,
            "stop": 818233367
        },
        {
            "start": 818233370,
            "stop": 818233373
        },
        {
            "start": 818233379,
            "stop": 818233380
        },
        {
            "start": 818233385,
            "stop": 818233389
        },
        {
            "start": 818233397,
            "stop": 818233399
        },
        {
            "start": 818233404,
            "stop": 818233406
        },
        {
            "start": 818233409,
            "stop": 818233419
        },
        {
            "start": 818233422,
            "stop": 818233425
        },
        {
            "start": 818233428,
            "stop": 818233430
        },
        {
            "start": 818233435,
            "stop": 818233436
        }
    ]
}