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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5148",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5146",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5147,
    "results": [
        {
            "start": 1136994542,
            "stop": 1136994544
        },
        {
            "start": 1136994546,
            "stop": 1136994554
        },
        {
            "start": 1136994555,
            "stop": 1136994573
        },
        {
            "start": 1136994575,
            "stop": 1136994581
        },
        {
            "start": 1136994583,
            "stop": 1136994590
        },
        {
            "start": 1136994592,
            "stop": 1136994604
        },
        {
            "start": 1136994605,
            "stop": 1136994615
        },
        {
            "start": 1136994617,
            "stop": 1136994627
        },
        {
            "start": 1136994629,
            "stop": 1136994634
        },
        {
            "start": 1136994636,
            "stop": 1136994638
        },
        {
            "start": 1136994640,
            "stop": 1136994647
        },
        {
            "start": 1136994649,
            "stop": 1136994668
        },
        {
            "start": 1136994669,
            "stop": 1136994699
        },
        {
            "start": 1136994700,
            "stop": 1136994747
        },
        {
            "start": 1136994750,
            "stop": 1136994783
        },
        {
            "start": 1136994787,
            "stop": 1136994795
        },
        {
            "start": 1136994797,
            "stop": 1136994806
        },
        {
            "start": 1136994808,
            "stop": 1136994817
        },
        {
            "start": 1136994819,
            "stop": 1136994830
        },
        {
            "start": 1136994832,
            "stop": 1136994840
        }
    ]
}