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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=271",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 272,
    "results": [
        {
            "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
        },
        {
            "start": 818233439,
            "stop": 818233440
        },
        {
            "start": 818233443,
            "stop": 818233447
        },
        {
            "start": 818233451,
            "stop": 818233453
        },
        {
            "start": 818233467,
            "stop": 818233470
        },
        {
            "start": 818233483,
            "stop": 818233485
        },
        {
            "start": 818233489,
            "stop": 818233492
        },
        {
            "start": 818233499,
            "stop": 818233501
        },
        {
            "start": 818233504,
            "stop": 818233506
        }
    ]
}