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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=601",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 602,
    "results": [
        {
            "start": 838072443,
            "stop": 838078583
        },
        {
            "start": 838079671,
            "stop": 838086383
        },
        {
            "start": 838086385,
            "stop": 838086705
        },
        {
            "start": 838086706,
            "stop": 838086798
        },
        {
            "start": 838089024,
            "stop": 838108035
        },
        {
            "start": 838109586,
            "stop": 838150752
        },
        {
            "start": 838151302,
            "stop": 838153596
        },
        {
            "start": 838155575,
            "stop": 838160225
        },
        {
            "start": 838160226,
            "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
        }
    ]
}