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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 206,
    "results": [
        {
            "start": 931669279,
            "stop": 931669280
        },
        {
            "start": 931669288,
            "stop": 931669290
        },
        {
            "start": 931669296,
            "stop": 931669317
        },
        {
            "start": 931669321,
            "stop": 931669345
        },
        {
            "start": 931669349,
            "stop": 931669354
        },
        {
            "start": 931669361,
            "stop": 931669365
        },
        {
            "start": 931669369,
            "stop": 931669375
        },
        {
            "start": 931669378,
            "stop": 931669388
        },
        {
            "start": 931669399,
            "stop": 931669404
        },
        {
            "start": 931669407,
            "stop": 931669422
        },
        {
            "start": 931669426,
            "stop": 931669463
        },
        {
            "start": 931669466,
            "stop": 931669473
        },
        {
            "start": 931669476,
            "stop": 931669487
        },
        {
            "start": 931669494,
            "stop": 931669495
        },
        {
            "start": 931669498,
            "stop": 931669512
        },
        {
            "start": 931669515,
            "stop": 931669518
        },
        {
            "start": 931669522,
            "stop": 931669525
        },
        {
            "start": 931669532,
            "stop": 931669539
        },
        {
            "start": 931669542,
            "stop": 931669548
        },
        {
            "start": 931669551,
            "stop": 931669558
        }
    ]
}