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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40733",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40734,
    "results": [
        {
            "start": 874964940,
            "stop": 874965120
        },
        {
            "start": 874965420,
            "stop": 874965421
        },
        {
            "start": 874965422,
            "stop": 874965423
        },
        {
            "start": 874965427,
            "stop": 874965462
        },
        {
            "start": 874965464,
            "stop": 874965480
        },
        {
            "start": 874965540,
            "stop": 874965547
        },
        {
            "start": 874965548,
            "stop": 874965549
        },
        {
            "start": 874965556,
            "stop": 874965563
        },
        {
            "start": 874965564,
            "stop": 874965567
        },
        {
            "start": 874965568,
            "stop": 874965580
        },
        {
            "start": 874965582,
            "stop": 874965598
        },
        {
            "start": 874965599,
            "stop": 874965602
        },
        {
            "start": 874965604,
            "stop": 874965616
        },
        {
            "start": 874965617,
            "stop": 874965624
        },
        {
            "start": 874965625,
            "stop": 874965647
        },
        {
            "start": 874965648,
            "stop": 874965704
        },
        {
            "start": 874965706,
            "stop": 874965726
        },
        {
            "start": 874965729,
            "stop": 874965747
        },
        {
            "start": 874965749,
            "stop": 874965750
        },
        {
            "start": 874965752,
            "stop": 874965821
        }
    ]
}