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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=206",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 207,
    "results": [
        {
            "start": 1261920926,
            "stop": 1261922812
        },
        {
            "start": 1261922817,
            "stop": 1261925334
        },
        {
            "start": 1261925339,
            "stop": 1261932567
        },
        {
            "start": 1261932572,
            "stop": 1261934670
        },
        {
            "start": 1261934673,
            "stop": 1261938159
        },
        {
            "start": 1261938162,
            "stop": 1261939789
        },
        {
            "start": 1261939791,
            "stop": 1261940105
        },
        {
            "start": 1261940107,
            "stop": 1261942045
        },
        {
            "start": 1261942050,
            "stop": 1261942301
        },
        {
            "start": 1261942305,
            "stop": 1261942545
        },
        {
            "start": 1261942549,
            "stop": 1261942721
        },
        {
            "start": 1261942723,
            "stop": 1261942862
        },
        {
            "start": 1261942865,
            "stop": 1261945518
        },
        {
            "start": 1261945521,
            "stop": 1261945903
        },
        {
            "start": 1261945910,
            "stop": 1261946480
        },
        {
            "start": 1261946483,
            "stop": 1261948233
        },
        {
            "start": 1261948237,
            "stop": 1261948673
        },
        {
            "start": 1261948676,
            "stop": 1261950552
        },
        {
            "start": 1261950553,
            "stop": 1261951576
        },
        {
            "start": 1261951579,
            "stop": 1261951585
        }
    ]
}