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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=777",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=775",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 776,
    "results": [
        {
            "start": 1249422146,
            "stop": 1249422163
        },
        {
            "start": 1249422173,
            "stop": 1249422593
        },
        {
            "start": 1249422598,
            "stop": 1249423278
        },
        {
            "start": 1249423283,
            "stop": 1249423773
        },
        {
            "start": 1249428697,
            "stop": 1249431377
        },
        {
            "start": 1249431379,
            "stop": 1249432830
        },
        {
            "start": 1249432833,
            "stop": 1249432844
        },
        {
            "start": 1249432847,
            "stop": 1249434978
        },
        {
            "start": 1249434982,
            "stop": 1249448911
        },
        {
            "start": 1249448915,
            "stop": 1249451207
        },
        {
            "start": 1249455185,
            "stop": 1249456046
        },
        {
            "start": 1249456051,
            "stop": 1249460306
        },
        {
            "start": 1249460311,
            "stop": 1249461044
        },
        {
            "start": 1249461047,
            "stop": 1249461496
        },
        {
            "start": 1249461499,
            "stop": 1249461776
        },
        {
            "start": 1249461781,
            "stop": 1249462387
        },
        {
            "start": 1249462392,
            "stop": 1249466634
        },
        {
            "start": 1249466637,
            "stop": 1249469559
        },
        {
            "start": 1249469562,
            "stop": 1249471932
        },
        {
            "start": 1249471936,
            "stop": 1249472839
        }
    ]
}