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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=391",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 392,
    "results": [
        {
            "start": 1261017290,
            "stop": 1261019317
        },
        {
            "start": 1261019320,
            "stop": 1261020905
        },
        {
            "start": 1261020913,
            "stop": 1261021579
        },
        {
            "start": 1261021582,
            "stop": 1261025795
        },
        {
            "start": 1261025895,
            "stop": 1261026689
        },
        {
            "start": 1261026692,
            "stop": 1261026894
        },
        {
            "start": 1261026897,
            "stop": 1261028454
        },
        {
            "start": 1261028457,
            "stop": 1261028808
        },
        {
            "start": 1261028811,
            "stop": 1261029175
        },
        {
            "start": 1261029178,
            "stop": 1261030239
        },
        {
            "start": 1261030242,
            "stop": 1261033129
        },
        {
            "start": 1261033132,
            "stop": 1261034476
        },
        {
            "start": 1261034479,
            "stop": 1261035179
        },
        {
            "start": 1261035182,
            "stop": 1261035198
        },
        {
            "start": 1261035201,
            "stop": 1261038230
        },
        {
            "start": 1261038233,
            "stop": 1261039577
        },
        {
            "start": 1261039580,
            "stop": 1261039584
        },
        {
            "start": 1261039586,
            "stop": 1261040074
        },
        {
            "start": 1261040077,
            "stop": 1261040104
        },
        {
            "start": 1261040106,
            "stop": 1261040322
        }
    ]
}