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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=269",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 270,
    "results": [
        {
            "start": 931512764,
            "stop": 931512776
        },
        {
            "start": 931512778,
            "stop": 931512780
        },
        {
            "start": 931512783,
            "stop": 931512789
        },
        {
            "start": 931512791,
            "stop": 931512799
        },
        {
            "start": 931512802,
            "stop": 931512803
        },
        {
            "start": 931512806,
            "stop": 931512808
        },
        {
            "start": 931512812,
            "stop": 931512819
        },
        {
            "start": 931512826,
            "stop": 931512828
        },
        {
            "start": 931512831,
            "stop": 931512837
        },
        {
            "start": 931512840,
            "stop": 931512844
        },
        {
            "start": 931512851,
            "stop": 931512874
        },
        {
            "start": 931512877,
            "stop": 931512894
        },
        {
            "start": 931512896,
            "stop": 931512922
        },
        {
            "start": 931512924,
            "stop": 931512925
        },
        {
            "start": 931512928,
            "stop": 931512930
        },
        {
            "start": 931512933,
            "stop": 931512935
        },
        {
            "start": 931512939,
            "stop": 931512942
        },
        {
            "start": 931512944,
            "stop": 931512960
        },
        {
            "start": 931512963,
            "stop": 931512966
        },
        {
            "start": 931512974,
            "stop": 931512976
        }
    ]
}