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=935
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=936",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=934",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 935,
    "results": [
        {
            "start": 1251549041,
            "stop": 1251549048
        },
        {
            "start": 1251549055,
            "stop": 1251549071
        },
        {
            "start": 1251549075,
            "stop": 1251549085
        },
        {
            "start": 1251549088,
            "stop": 1251549090
        },
        {
            "start": 1251549094,
            "stop": 1251549146
        },
        {
            "start": 1251549149,
            "stop": 1251549491
        },
        {
            "start": 1251549494,
            "stop": 1251549681
        },
        {
            "start": 1251549686,
            "stop": 1251549692
        },
        {
            "start": 1251549697,
            "stop": 1251549698
        },
        {
            "start": 1251549702,
            "stop": 1251549718
        },
        {
            "start": 1251549723,
            "stop": 1251550000
        },
        {
            "start": 1251550003,
            "stop": 1251550042
        },
        {
            "start": 1251550045,
            "stop": 1251550060
        },
        {
            "start": 1251550063,
            "stop": 1251550069
        },
        {
            "start": 1251550073,
            "stop": 1251550462
        },
        {
            "start": 1251550466,
            "stop": 1251550482
        },
        {
            "start": 1251550485,
            "stop": 1251550489
        },
        {
            "start": 1251550492,
            "stop": 1251550493
        },
        {
            "start": 1251550497,
            "stop": 1251550498
        },
        {
            "start": 1251550502,
            "stop": 1251550503
        }
    ]
}