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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=134",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 135,
    "results": [
        {
            "start": 1260234312,
            "stop": 1260235772
        },
        {
            "start": 1260235777,
            "stop": 1260237301
        },
        {
            "start": 1260237306,
            "stop": 1260237416
        },
        {
            "start": 1260237421,
            "stop": 1260237747
        },
        {
            "start": 1260237752,
            "stop": 1260238603
        },
        {
            "start": 1260238605,
            "stop": 1260239537
        },
        {
            "start": 1260239542,
            "stop": 1260239610
        },
        {
            "start": 1260239615,
            "stop": 1260240223
        },
        {
            "start": 1260240228,
            "stop": 1260241253
        },
        {
            "start": 1260241258,
            "stop": 1260241474
        },
        {
            "start": 1260241477,
            "stop": 1260241621
        },
        {
            "start": 1260241626,
            "stop": 1260243253
        },
        {
            "start": 1260243258,
            "stop": 1260244451
        },
        {
            "start": 1260244456,
            "stop": 1260244975
        },
        {
            "start": 1260244980,
            "stop": 1260246452
        },
        {
            "start": 1260246455,
            "stop": 1260246855
        },
        {
            "start": 1260246860,
            "stop": 1260246870
        },
        {
            "start": 1260246875,
            "stop": 1260246929
        },
        {
            "start": 1260246934,
            "stop": 1260247338
        },
        {
            "start": 1260247343,
            "stop": 1260247349
        }
    ]
}