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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16734",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16735,
    "results": [
        {
            "start": 875046752,
            "stop": 875046760
        },
        {
            "start": 875046762,
            "stop": 875046772
        },
        {
            "start": 875046775,
            "stop": 875046811
        },
        {
            "start": 875046812,
            "stop": 875046841
        },
        {
            "start": 875046844,
            "stop": 875046948
        },
        {
            "start": 875046951,
            "stop": 875046958
        },
        {
            "start": 875046959,
            "stop": 875046996
        },
        {
            "start": 875046999,
            "stop": 875047018
        },
        {
            "start": 875047022,
            "stop": 875047044
        },
        {
            "start": 875047046,
            "stop": 875047071
        },
        {
            "start": 875047072,
            "stop": 875047084
        },
        {
            "start": 875047085,
            "stop": 875047199
        },
        {
            "start": 875047202,
            "stop": 875047229
        },
        {
            "start": 875047232,
            "stop": 875047258
        },
        {
            "start": 875047259,
            "stop": 875047284
        },
        {
            "start": 875047286,
            "stop": 875047295
        },
        {
            "start": 875049043,
            "stop": 875049231
        },
        {
            "start": 875049233,
            "stop": 875049287
        },
        {
            "start": 875049289,
            "stop": 875049300
        },
        {
            "start": 875049301,
            "stop": 875049308
        }
    ]
}