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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1708",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1706",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1707,
    "results": [
        {
            "start": 1249072070,
            "stop": 1249072279
        },
        {
            "start": 1249072282,
            "stop": 1249072548
        },
        {
            "start": 1249072551,
            "stop": 1249072670
        },
        {
            "start": 1249072673,
            "stop": 1249072769
        },
        {
            "start": 1249072772,
            "stop": 1249074148
        },
        {
            "start": 1249074151,
            "stop": 1249074314
        },
        {
            "start": 1249074315,
            "stop": 1249074413
        },
        {
            "start": 1249074416,
            "stop": 1249074532
        },
        {
            "start": 1249074535,
            "stop": 1249074558
        },
        {
            "start": 1249074560,
            "stop": 1249075012
        },
        {
            "start": 1249075015,
            "stop": 1249075062
        },
        {
            "start": 1249075065,
            "stop": 1249075279
        },
        {
            "start": 1249075281,
            "stop": 1249075310
        },
        {
            "start": 1249075313,
            "stop": 1249075414
        },
        {
            "start": 1249075417,
            "stop": 1249075487
        },
        {
            "start": 1249075490,
            "stop": 1249075516
        },
        {
            "start": 1249075519,
            "stop": 1249075902
        },
        {
            "start": 1249075905,
            "stop": 1249075985
        },
        {
            "start": 1249075988,
            "stop": 1249076261
        },
        {
            "start": 1249076263,
            "stop": 1249076381
        }
    ]
}