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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7043",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7044,
    "results": [
        {
            "start": 874149733,
            "stop": 874149743
        },
        {
            "start": 874149746,
            "stop": 874149808
        },
        {
            "start": 874149811,
            "stop": 874149932
        },
        {
            "start": 874149936,
            "stop": 874149960
        },
        {
            "start": 874149963,
            "stop": 874150193
        },
        {
            "start": 874150196,
            "stop": 874150452
        },
        {
            "start": 874150455,
            "stop": 874150835
        },
        {
            "start": 874150838,
            "stop": 874150853
        },
        {
            "start": 874150856,
            "stop": 874151052
        },
        {
            "start": 874151055,
            "stop": 874151056
        },
        {
            "start": 874151059,
            "stop": 874151101
        },
        {
            "start": 874151104,
            "stop": 874151633
        },
        {
            "start": 874151636,
            "stop": 874151656
        },
        {
            "start": 874151659,
            "stop": 874151840
        },
        {
            "start": 874151843,
            "stop": 874151845
        },
        {
            "start": 874151848,
            "stop": 874151871
        },
        {
            "start": 874151874,
            "stop": 874151893
        },
        {
            "start": 874151896,
            "stop": 874152383
        },
        {
            "start": 874152393,
            "stop": 874152414
        },
        {
            "start": 874152418,
            "stop": 874152521
        }
    ]
}