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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=223",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 224,
    "results": [
        {
            "start": 1376028333,
            "stop": 1376028899
        },
        {
            "start": 1376028904,
            "stop": 1376030145
        },
        {
            "start": 1376030147,
            "stop": 1376030649
        },
        {
            "start": 1376030651,
            "stop": 1376032446
        },
        {
            "start": 1376032448,
            "stop": 1376033187
        },
        {
            "start": 1376033189,
            "stop": 1376034074
        },
        {
            "start": 1376034077,
            "stop": 1376034329
        },
        {
            "start": 1376034332,
            "stop": 1376034888
        },
        {
            "start": 1376034890,
            "stop": 1376036046
        },
        {
            "start": 1376036048,
            "stop": 1376036643
        },
        {
            "start": 1376036645,
            "stop": 1376037186
        },
        {
            "start": 1376037188,
            "stop": 1376037386
        },
        {
            "start": 1376037387,
            "stop": 1376038639
        },
        {
            "start": 1376038641,
            "stop": 1376039386
        },
        {
            "start": 1376039388,
            "stop": 1376040750
        },
        {
            "start": 1376040751,
            "stop": 1376040959
        },
        {
            "start": 1376040962,
            "stop": 1376043489
        },
        {
            "start": 1376043491,
            "stop": 1376044098
        },
        {
            "start": 1376044100,
            "stop": 1376045135
        },
        {
            "start": 1376045137,
            "stop": 1376045673
        }
    ]
}