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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=296",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 297,
    "results": [
        {
            "start": 1175239421,
            "stop": 1175239709
        },
        {
            "start": 1175239711,
            "stop": 1175239871
        },
        {
            "start": 1175239873,
            "stop": 1175239911
        },
        {
            "start": 1175239915,
            "stop": 1175239983
        },
        {
            "start": 1175239985,
            "stop": 1175240099
        },
        {
            "start": 1175240101,
            "stop": 1175240129
        },
        {
            "start": 1175240131,
            "stop": 1175240150
        },
        {
            "start": 1175240152,
            "stop": 1175240235
        },
        {
            "start": 1175240237,
            "stop": 1175240330
        },
        {
            "start": 1175240332,
            "stop": 1175240385
        },
        {
            "start": 1175240387,
            "stop": 1175240419
        },
        {
            "start": 1175240421,
            "stop": 1175240583
        },
        {
            "start": 1175240585,
            "stop": 1175240616
        },
        {
            "start": 1175240618,
            "stop": 1175240651
        },
        {
            "start": 1175240653,
            "stop": 1175240801
        },
        {
            "start": 1175240803,
            "stop": 1175240862
        },
        {
            "start": 1175240864,
            "stop": 1175240892
        },
        {
            "start": 1175240894,
            "stop": 1175240946
        },
        {
            "start": 1175240948,
            "stop": 1175240984
        },
        {
            "start": 1175240986,
            "stop": 1175241067
        }
    ]
}