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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=202",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 203,
    "results": [
        {
            "start": 1261888455,
            "stop": 1261889123
        },
        {
            "start": 1261889125,
            "stop": 1261889404
        },
        {
            "start": 1261889407,
            "stop": 1261889550
        },
        {
            "start": 1261889554,
            "stop": 1261889980
        },
        {
            "start": 1261889985,
            "stop": 1261890307
        },
        {
            "start": 1261890311,
            "stop": 1261890445
        },
        {
            "start": 1261890448,
            "stop": 1261890530
        },
        {
            "start": 1261890532,
            "stop": 1261890648
        },
        {
            "start": 1261890651,
            "stop": 1261890758
        },
        {
            "start": 1261890761,
            "stop": 1261890989
        },
        {
            "start": 1261890992,
            "stop": 1261893409
        },
        {
            "start": 1261893412,
            "stop": 1261893632
        },
        {
            "start": 1261893633,
            "stop": 1261893644
        },
        {
            "start": 1261893647,
            "stop": 1261893775
        },
        {
            "start": 1261893780,
            "stop": 1261893815
        },
        {
            "start": 1261893820,
            "stop": 1261894113
        },
        {
            "start": 1261894114,
            "stop": 1261894214
        },
        {
            "start": 1261894217,
            "stop": 1261894521
        },
        {
            "start": 1261894524,
            "stop": 1261894830
        },
        {
            "start": 1261894831,
            "stop": 1261896094
        }
    ]
}