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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5329",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5327",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5328,
    "results": [
        {
            "start": 1136536343,
            "stop": 1136536345
        },
        {
            "start": 1136536347,
            "stop": 1136536395
        },
        {
            "start": 1136536397,
            "stop": 1136536405
        },
        {
            "start": 1136536407,
            "stop": 1136536425
        },
        {
            "start": 1136536427,
            "stop": 1136536498
        },
        {
            "start": 1136536500,
            "stop": 1136536505
        },
        {
            "start": 1136536507,
            "stop": 1136536558
        },
        {
            "start": 1136536560,
            "stop": 1136536568
        },
        {
            "start": 1136536570,
            "stop": 1136536776
        },
        {
            "start": 1136536778,
            "stop": 1136536841
        },
        {
            "start": 1136536843,
            "stop": 1136536862
        },
        {
            "start": 1136536864,
            "stop": 1136536966
        },
        {
            "start": 1136536968,
            "stop": 1136537077
        },
        {
            "start": 1136537079,
            "stop": 1136537160
        },
        {
            "start": 1136537162,
            "stop": 1136537326
        },
        {
            "start": 1136537328,
            "stop": 1136537338
        },
        {
            "start": 1136537340,
            "stop": 1136537463
        },
        {
            "start": 1136537465,
            "stop": 1136537645
        },
        {
            "start": 1136537647,
            "stop": 1136537704
        },
        {
            "start": 1136537706,
            "stop": 1136537866
        }
    ]
}