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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=360",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 361,
    "results": [
        {
            "start": 1177528819,
            "stop": 1177528824
        },
        {
            "start": 1177528830,
            "stop": 1177528835
        },
        {
            "start": 1177528837,
            "stop": 1177528853
        },
        {
            "start": 1177528854,
            "stop": 1177528861
        },
        {
            "start": 1177528866,
            "stop": 1177528873
        },
        {
            "start": 1177528876,
            "stop": 1177529105
        },
        {
            "start": 1177529106,
            "stop": 1177529112
        },
        {
            "start": 1177529116,
            "stop": 1177529459
        },
        {
            "start": 1177529460,
            "stop": 1177529469
        },
        {
            "start": 1177529471,
            "stop": 1177529507
        },
        {
            "start": 1177529509,
            "stop": 1177529516
        },
        {
            "start": 1177529523,
            "stop": 1177529526
        },
        {
            "start": 1177529533,
            "stop": 1177529537
        },
        {
            "start": 1177529544,
            "stop": 1177529548
        },
        {
            "start": 1177529555,
            "stop": 1177529814
        },
        {
            "start": 1177529818,
            "stop": 1177529847
        },
        {
            "start": 1177529849,
            "stop": 1177530014
        },
        {
            "start": 1177530018,
            "stop": 1177530022
        },
        {
            "start": 1177530027,
            "stop": 1177530094
        },
        {
            "start": 1177530097,
            "stop": 1177530104
        }
    ]
}