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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=173",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 174,
    "results": [
        {
            "start": 1261318306,
            "stop": 1261319320
        },
        {
            "start": 1261319323,
            "stop": 1261319763
        },
        {
            "start": 1261319764,
            "stop": 1261319865
        },
        {
            "start": 1261319868,
            "stop": 1261320851
        },
        {
            "start": 1261320853,
            "stop": 1261325003
        },
        {
            "start": 1261325008,
            "stop": 1261325827
        },
        {
            "start": 1261325831,
            "stop": 1261329030
        },
        {
            "start": 1261329032,
            "stop": 1261330435
        },
        {
            "start": 1261330440,
            "stop": 1261331358
        },
        {
            "start": 1261331361,
            "stop": 1261332344
        },
        {
            "start": 1261332348,
            "stop": 1261332670
        },
        {
            "start": 1261332675,
            "stop": 1261333189
        },
        {
            "start": 1261333193,
            "stop": 1261333301
        },
        {
            "start": 1261333306,
            "stop": 1261335023
        },
        {
            "start": 1261335028,
            "stop": 1261337444
        },
        {
            "start": 1261337449,
            "stop": 1261338933
        },
        {
            "start": 1261339028,
            "stop": 1261341964
        },
        {
            "start": 1261341968,
            "stop": 1261342287
        },
        {
            "start": 1261342292,
            "stop": 1261342475
        },
        {
            "start": 1261342480,
            "stop": 1261342522
        }
    ]
}