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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=646",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=644",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 645,
    "results": [
        {
            "start": 1265747576,
            "stop": 1265747620
        },
        {
            "start": 1265747625,
            "stop": 1265747741
        },
        {
            "start": 1265747746,
            "stop": 1265747753
        },
        {
            "start": 1265747758,
            "stop": 1265747814
        },
        {
            "start": 1265747819,
            "stop": 1265747952
        },
        {
            "start": 1265752605,
            "stop": 1265752636
        },
        {
            "start": 1265752641,
            "stop": 1265752713
        },
        {
            "start": 1265752718,
            "stop": 1265752828
        },
        {
            "start": 1265752833,
            "stop": 1265752920
        },
        {
            "start": 1265752925,
            "stop": 1265753003
        },
        {
            "start": 1265753008,
            "stop": 1265753026
        },
        {
            "start": 1265753031,
            "stop": 1265753149
        },
        {
            "start": 1265753154,
            "stop": 1265753156
        },
        {
            "start": 1265753161,
            "stop": 1265753190
        },
        {
            "start": 1265753195,
            "stop": 1265753266
        },
        {
            "start": 1265753276,
            "stop": 1265753304
        },
        {
            "start": 1265753309,
            "stop": 1265753390
        },
        {
            "start": 1265753395,
            "stop": 1265753442
        },
        {
            "start": 1265753447,
            "stop": 1265753542
        },
        {
            "start": 1265753547,
            "stop": 1265753582
        }
    ]
}