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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=506",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 505,
    "results": [
        {
            "start": 1262496888,
            "stop": 1262496944
        },
        {
            "start": 1262496947,
            "stop": 1262497032
        },
        {
            "start": 1262497035,
            "stop": 1262497042
        },
        {
            "start": 1262497045,
            "stop": 1262497055
        },
        {
            "start": 1262497058,
            "stop": 1262497069
        },
        {
            "start": 1262497072,
            "stop": 1262497132
        },
        {
            "start": 1262497135,
            "stop": 1262497281
        },
        {
            "start": 1262497284,
            "stop": 1262497436
        },
        {
            "start": 1262497439,
            "stop": 1262497512
        },
        {
            "start": 1262497515,
            "stop": 1262497521
        },
        {
            "start": 1262497524,
            "stop": 1262497617
        },
        {
            "start": 1262497620,
            "stop": 1262497643
        },
        {
            "start": 1262497649,
            "stop": 1262497786
        },
        {
            "start": 1262497789,
            "stop": 1262497815
        },
        {
            "start": 1262497818,
            "stop": 1262497831
        },
        {
            "start": 1262497834,
            "stop": 1262497849
        },
        {
            "start": 1262497852,
            "stop": 1262497893
        },
        {
            "start": 1262497896,
            "stop": 1262497922
        },
        {
            "start": 1262497925,
            "stop": 1262497946
        },
        {
            "start": 1262497949,
            "stop": 1262497985
        }
    ]
}