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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=452",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 453,
    "results": [
        {
            "start": 863735273,
            "stop": 863743559
        },
        {
            "start": 863743927,
            "stop": 863760067
        },
        {
            "start": 863760068,
            "stop": 863760367
        },
        {
            "start": 863760822,
            "stop": 863760997
        },
        {
            "start": 863760999,
            "stop": 863761170
        },
        {
            "start": 863761171,
            "stop": 863770507
        },
        {
            "start": 863772906,
            "stop": 863788855
        },
        {
            "start": 863788868,
            "stop": 863788892
        },
        {
            "start": 863788898,
            "stop": 863791620
        },
        {
            "start": 863791680,
            "stop": 863804905
        },
        {
            "start": 863804913,
            "stop": 863804917
        },
        {
            "start": 863804923,
            "stop": 863804930
        },
        {
            "start": 863804935,
            "stop": 863805585
        },
        {
            "start": 863805695,
            "stop": 863806323
        },
        {
            "start": 863806623,
            "stop": 863810241
        },
        {
            "start": 863810541,
            "stop": 863811152
        },
        {
            "start": 863811158,
            "stop": 863811480
        },
        {
            "start": 863811485,
            "stop": 863812682
        },
        {
            "start": 863812688,
            "stop": 863826442
        },
        {
            "start": 863826448,
            "stop": 863826457
        }
    ]
}