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=6872
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=6873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6871",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6872,
    "results": [
        {
            "start": 873342480,
            "stop": 873342555
        },
        {
            "start": 873342558,
            "stop": 873342613
        },
        {
            "start": 873342616,
            "stop": 873342660
        },
        {
            "start": 873343548,
            "stop": 873343642
        },
        {
            "start": 873344504,
            "stop": 873344510
        },
        {
            "start": 873344513,
            "stop": 873344723
        },
        {
            "start": 873344726,
            "stop": 873344776
        },
        {
            "start": 873344779,
            "stop": 873345169
        },
        {
            "start": 873345172,
            "stop": 873345379
        },
        {
            "start": 873345383,
            "stop": 873345388
        },
        {
            "start": 873345391,
            "stop": 873346551
        },
        {
            "start": 873346554,
            "stop": 873346564
        },
        {
            "start": 873346567,
            "stop": 873349114
        },
        {
            "start": 873349986,
            "stop": 873350182
        },
        {
            "start": 873350320,
            "stop": 873351535
        },
        {
            "start": 873351538,
            "stop": 873352023
        },
        {
            "start": 873352026,
            "stop": 873352318
        },
        {
            "start": 873352321,
            "stop": 873352326
        },
        {
            "start": 873352331,
            "stop": 873352332
        },
        {
            "start": 873352335,
            "stop": 873352354
        }
    ]
}