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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 296,
    "results": [
        {
            "start": 1263237535,
            "stop": 1263237542
        },
        {
            "start": 1263237543,
            "stop": 1263237544
        },
        {
            "start": 1263237545,
            "stop": 1263237644
        },
        {
            "start": 1263237645,
            "stop": 1263237646
        },
        {
            "start": 1263237650,
            "stop": 1263237744
        },
        {
            "start": 1263237745,
            "stop": 1263237746
        },
        {
            "start": 1263237748,
            "stop": 1263237751
        },
        {
            "start": 1263237753,
            "stop": 1263237796
        },
        {
            "start": 1263237797,
            "stop": 1263237798
        },
        {
            "start": 1263237802,
            "stop": 1263237803
        },
        {
            "start": 1263237804,
            "stop": 1263237807
        },
        {
            "start": 1263237810,
            "stop": 1263238796
        },
        {
            "start": 1263238797,
            "stop": 1263240285
        },
        {
            "start": 1263240290,
            "stop": 1263244160
        },
        {
            "start": 1263244165,
            "stop": 1263245308
        },
        {
            "start": 1263245572,
            "stop": 1263249495
        },
        {
            "start": 1263254173,
            "stop": 1263255231
        },
        {
            "start": 1263255232,
            "stop": 1263257015
        },
        {
            "start": 1263257018,
            "stop": 1263257121
        },
        {
            "start": 1263257126,
            "stop": 1263258137
        }
    ]
}