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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=230",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 231,
    "results": [
        {
            "start": 1239952991,
            "stop": 1239953110
        },
        {
            "start": 1239953111,
            "stop": 1239953230
        },
        {
            "start": 1239953231,
            "stop": 1239953350
        },
        {
            "start": 1239953351,
            "stop": 1239953470
        },
        {
            "start": 1239953471,
            "stop": 1239953570
        },
        {
            "start": 1239953571,
            "stop": 1239953710
        },
        {
            "start": 1239953711,
            "stop": 1239953830
        },
        {
            "start": 1239953831,
            "stop": 1239953950
        },
        {
            "start": 1239953951,
            "stop": 1239954070
        },
        {
            "start": 1239954071,
            "stop": 1239954158
        },
        {
            "start": 1239954160,
            "stop": 1239954190
        },
        {
            "start": 1239954191,
            "stop": 1239954310
        },
        {
            "start": 1239954311,
            "stop": 1239954430
        },
        {
            "start": 1239954431,
            "stop": 1239954550
        },
        {
            "start": 1239954551,
            "stop": 1239954670
        },
        {
            "start": 1239954671,
            "stop": 1239954790
        },
        {
            "start": 1239954791,
            "stop": 1239954910
        },
        {
            "start": 1239954911,
            "stop": 1239955030
        },
        {
            "start": 1239955031,
            "stop": 1239955150
        },
        {
            "start": 1239955151,
            "stop": 1239955310
        }
    ]
}