Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3310
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3309",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3310,
    "results": [
        {
            "start": 875058161,
            "stop": 875058663
        },
        {
            "start": 875058666,
            "stop": 875059290
        },
        {
            "start": 875059440,
            "stop": 875060580
        },
        {
            "start": 875060640,
            "stop": 875061240
        },
        {
            "start": 875061300,
            "stop": 875061960
        },
        {
            "start": 875062020,
            "stop": 875062562
        },
        {
            "start": 875062563,
            "stop": 875062564
        },
        {
            "start": 875062565,
            "stop": 875062920
        },
        {
            "start": 875062980,
            "stop": 875063606
        },
        {
            "start": 875063609,
            "stop": 875063712
        },
        {
            "start": 875063715,
            "stop": 875063853
        },
        {
            "start": 875063857,
            "stop": 875064240
        },
        {
            "start": 875064300,
            "stop": 875068020
        },
        {
            "start": 875068140,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875079009
        },
        {
            "start": 875079012,
            "stop": 875080170
        },
        {
            "start": 875080173,
            "stop": 875080624
        },
        {
            "start": 875080627,
            "stop": 875083740
        },
        {
            "start": 875083920,
            "stop": 875084040
        },
        {
            "start": 875084220,
            "stop": 875084280
        }
    ]
}