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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=150",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 151,
    "results": [
        {
            "start": 838109586,
            "stop": 838150752
        },
        {
            "start": 838151302,
            "stop": 838153596
        },
        {
            "start": 838155575,
            "stop": 838160233
        },
        {
            "start": 838160664,
            "stop": 838174503
        },
        {
            "start": 838175229,
            "stop": 838224793
        },
        {
            "start": 838226186,
            "stop": 838226663
        },
        {
            "start": 838227104,
            "stop": 838227156
        },
        {
            "start": 838227611,
            "stop": 838228559
        },
        {
            "start": 838228960,
            "stop": 838229621
        },
        {
            "start": 838230096,
            "stop": 838230571
        },
        {
            "start": 838231142,
            "stop": 838231321
        },
        {
            "start": 838232429,
            "stop": 838233050
        },
        {
            "start": 838233982,
            "stop": 838234598
        },
        {
            "start": 838235443,
            "stop": 838235578
        },
        {
            "start": 838236176,
            "stop": 838238186
        },
        {
            "start": 838240368,
            "stop": 838257581
        },
        {
            "start": 838259648,
            "stop": 838292561
        },
        {
            "start": 838293509,
            "stop": 838293677
        },
        {
            "start": 838294492,
            "stop": 838294994
        },
        {
            "start": 838297433,
            "stop": 838297454
        }
    ]
}