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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 536,
    "results": [
        {
            "start": 870549889,
            "stop": 870553075
        },
        {
            "start": 870553078,
            "stop": 870556845
        },
        {
            "start": 870556850,
            "stop": 870556865
        },
        {
            "start": 870556870,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870558374
        },
        {
            "start": 870558376,
            "stop": 870559987
        },
        {
            "start": 870560960,
            "stop": 870561552
        },
        {
            "start": 870562038,
            "stop": 870562075
        },
        {
            "start": 870562185,
            "stop": 870562614
        },
        {
            "start": 870562914,
            "stop": 870566347
        },
        {
            "start": 870566353,
            "stop": 870568212
        },
        {
            "start": 870569365,
            "stop": 870571420
        },
        {
            "start": 870571425,
            "stop": 870571432
        },
        {
            "start": 870571443,
            "stop": 870571452
        },
        {
            "start": 870571460,
            "stop": 870571482
        },
        {
            "start": 870571488,
            "stop": 870571535
        },
        {
            "start": 870571540,
            "stop": 870578003
        },
        {
            "start": 870578569,
            "stop": 870579326
        },
        {
            "start": 870579626,
            "stop": 870621087
        },
        {
            "start": 870621093,
            "stop": 870623270
        }
    ]
}