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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=253",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 254,
    "results": [
        {
            "start": 1262693244,
            "stop": 1262693376
        },
        {
            "start": 1262693378,
            "stop": 1262693469
        },
        {
            "start": 1262693472,
            "stop": 1262693482
        },
        {
            "start": 1262693486,
            "stop": 1262693488
        },
        {
            "start": 1262693493,
            "stop": 1262693499
        },
        {
            "start": 1262693502,
            "stop": 1262693506
        },
        {
            "start": 1262693510,
            "stop": 1262693567
        },
        {
            "start": 1262693569,
            "stop": 1262693573
        },
        {
            "start": 1262693576,
            "stop": 1262693580
        },
        {
            "start": 1262693584,
            "stop": 1262693709
        },
        {
            "start": 1262693718,
            "stop": 1262693743
        },
        {
            "start": 1262693745,
            "stop": 1262693798
        },
        {
            "start": 1262693801,
            "stop": 1262693809
        },
        {
            "start": 1262693814,
            "stop": 1262693817
        },
        {
            "start": 1262693821,
            "stop": 1262693825
        },
        {
            "start": 1262693828,
            "stop": 1262693833
        },
        {
            "start": 1262693836,
            "stop": 1262693845
        },
        {
            "start": 1262693848,
            "stop": 1262693903
        },
        {
            "start": 1262693906,
            "stop": 1262693916
        },
        {
            "start": 1262693918,
            "stop": 1262693924
        }
    ]
}