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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 163,
    "results": [
        {
            "start": 1239635839,
            "stop": 1239636043
        },
        {
            "start": 1239636048,
            "stop": 1239636254
        },
        {
            "start": 1239636258,
            "stop": 1239636327
        },
        {
            "start": 1239636328,
            "stop": 1239636389
        },
        {
            "start": 1239636393,
            "stop": 1239636835
        },
        {
            "start": 1239636839,
            "stop": 1239636927
        },
        {
            "start": 1239636928,
            "stop": 1239637390
        },
        {
            "start": 1239637394,
            "stop": 1239637507
        },
        {
            "start": 1239637508,
            "stop": 1239637557
        },
        {
            "start": 1239637561,
            "stop": 1239638088
        },
        {
            "start": 1239638092,
            "stop": 1239638098
        },
        {
            "start": 1239638102,
            "stop": 1239638112
        },
        {
            "start": 1239638116,
            "stop": 1239638122
        },
        {
            "start": 1239638126,
            "stop": 1239638127
        },
        {
            "start": 1239638128,
            "stop": 1239638135
        },
        {
            "start": 1239638139,
            "stop": 1239638161
        },
        {
            "start": 1239638164,
            "stop": 1239638169
        },
        {
            "start": 1239638173,
            "stop": 1239638180
        },
        {
            "start": 1239638183,
            "stop": 1239638189
        },
        {
            "start": 1239638193,
            "stop": 1239638273
        }
    ]
}