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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 132,
    "results": [
        {
            "start": 817888880,
            "stop": 817888958
        },
        {
            "start": 817888961,
            "stop": 817889166
        },
        {
            "start": 817889169,
            "stop": 817889201
        },
        {
            "start": 817889204,
            "stop": 817889211
        },
        {
            "start": 817889215,
            "stop": 817889691
        },
        {
            "start": 817889695,
            "stop": 817889893
        },
        {
            "start": 817889896,
            "stop": 817890021
        },
        {
            "start": 817890028,
            "stop": 817890198
        },
        {
            "start": 817890201,
            "stop": 817890251
        },
        {
            "start": 817890255,
            "stop": 817890446
        },
        {
            "start": 817890450,
            "stop": 817890570
        },
        {
            "start": 817892173,
            "stop": 817892703
        },
        {
            "start": 817892706,
            "stop": 817893406
        },
        {
            "start": 817893409,
            "stop": 817893810
        },
        {
            "start": 817893813,
            "stop": 817894100
        },
        {
            "start": 817894103,
            "stop": 817894984
        },
        {
            "start": 817894988,
            "stop": 817895083
        },
        {
            "start": 817895090,
            "stop": 817895230
        },
        {
            "start": 817895235,
            "stop": 817895626
        },
        {
            "start": 817895629,
            "stop": 817895869
        }
    ]
}