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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=733",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 734,
    "results": [
        {
            "start": 1267561207,
            "stop": 1267561208
        },
        {
            "start": 1267561209,
            "stop": 1267561210
        },
        {
            "start": 1267561212,
            "stop": 1267561229
        },
        {
            "start": 1267561230,
            "stop": 1267561298
        },
        {
            "start": 1267561300,
            "stop": 1267561302
        },
        {
            "start": 1267561303,
            "stop": 1267561310
        },
        {
            "start": 1267561314,
            "stop": 1267561357
        },
        {
            "start": 1267561361,
            "stop": 1267561485
        },
        {
            "start": 1267561486,
            "stop": 1267561487
        },
        {
            "start": 1267561488,
            "stop": 1267561491
        },
        {
            "start": 1267561492,
            "stop": 1267561493
        },
        {
            "start": 1267561494,
            "stop": 1267561496
        },
        {
            "start": 1267561497,
            "stop": 1267561499
        },
        {
            "start": 1267561503,
            "stop": 1267561526
        },
        {
            "start": 1267561529,
            "stop": 1267561531
        },
        {
            "start": 1267561534,
            "stop": 1267561536
        },
        {
            "start": 1267561537,
            "stop": 1267561544
        },
        {
            "start": 1267561545,
            "stop": 1267561546
        },
        {
            "start": 1267561548,
            "stop": 1267561549
        },
        {
            "start": 1267561550,
            "stop": 1267561551
        }
    ]
}