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=741
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=742",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=740",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 741,
    "results": [
        {
            "start": 1249046941,
            "stop": 1249046944
        },
        {
            "start": 1249046946,
            "stop": 1249046981
        },
        {
            "start": 1249046983,
            "stop": 1249046989
        },
        {
            "start": 1249046990,
            "stop": 1249046996
        },
        {
            "start": 1249046997,
            "stop": 1249047035
        },
        {
            "start": 1249047036,
            "stop": 1249047037
        },
        {
            "start": 1249047038,
            "stop": 1249047065
        },
        {
            "start": 1249047067,
            "stop": 1249047068
        },
        {
            "start": 1249047069,
            "stop": 1249047074
        },
        {
            "start": 1249047075,
            "stop": 1249047107
        },
        {
            "start": 1249047109,
            "stop": 1249047121
        },
        {
            "start": 1249047126,
            "stop": 1249047217
        },
        {
            "start": 1249047219,
            "stop": 1249047220
        },
        {
            "start": 1249047221,
            "stop": 1249047222
        },
        {
            "start": 1249047223,
            "stop": 1249047225
        },
        {
            "start": 1249047226,
            "stop": 1249047243
        },
        {
            "start": 1249047244,
            "stop": 1249047252
        },
        {
            "start": 1249047254,
            "stop": 1249047279
        },
        {
            "start": 1249047282,
            "stop": 1249047288
        },
        {
            "start": 1249047291,
            "stop": 1249047294
        }
    ]
}