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=6851
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=6852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6850",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6851,
    "results": [
        {
            "start": 873220179,
            "stop": 873220183
        },
        {
            "start": 873220185,
            "stop": 873220240
        },
        {
            "start": 873220241,
            "stop": 873220269
        },
        {
            "start": 873220270,
            "stop": 873220577
        },
        {
            "start": 873220578,
            "stop": 873220623
        },
        {
            "start": 873220624,
            "stop": 873220647
        },
        {
            "start": 873220650,
            "stop": 873220721
        },
        {
            "start": 873220800,
            "stop": 873220821
        },
        {
            "start": 873220824,
            "stop": 873220840
        },
        {
            "start": 873220841,
            "stop": 873220964
        },
        {
            "start": 873220965,
            "stop": 873220990
        },
        {
            "start": 873220994,
            "stop": 873221073
        },
        {
            "start": 873221078,
            "stop": 873221192
        },
        {
            "start": 873221196,
            "stop": 873221220
        },
        {
            "start": 873221223,
            "stop": 873221231
        },
        {
            "start": 873221235,
            "stop": 873221280
        },
        {
            "start": 873221353,
            "stop": 873221524
        },
        {
            "start": 873221530,
            "stop": 873221637
        },
        {
            "start": 873221640,
            "stop": 873221729
        },
        {
            "start": 873221732,
            "stop": 873221744
        }
    ]
}