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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=179",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 180,
    "results": [
        {
            "start": 1176722415,
            "stop": 1176723526
        },
        {
            "start": 1176723527,
            "stop": 1176723613
        },
        {
            "start": 1176723614,
            "stop": 1176723657
        },
        {
            "start": 1176723661,
            "stop": 1176723701
        },
        {
            "start": 1176723703,
            "stop": 1176723710
        },
        {
            "start": 1176723711,
            "stop": 1176723770
        },
        {
            "start": 1176723771,
            "stop": 1176723783
        },
        {
            "start": 1176723787,
            "stop": 1176723797
        },
        {
            "start": 1176723802,
            "stop": 1176723806
        },
        {
            "start": 1176723809,
            "stop": 1176723852
        },
        {
            "start": 1176723854,
            "stop": 1176723866
        },
        {
            "start": 1176723869,
            "stop": 1176723873
        },
        {
            "start": 1176723875,
            "stop": 1176723876
        },
        {
            "start": 1176723879,
            "stop": 1176723880
        },
        {
            "start": 1176723882,
            "stop": 1176723887
        },
        {
            "start": 1176723888,
            "stop": 1176723892
        },
        {
            "start": 1176723895,
            "stop": 1176723897
        },
        {
            "start": 1176723898,
            "stop": 1176723900
        },
        {
            "start": 1176723901,
            "stop": 1176723943
        },
        {
            "start": 1176723945,
            "stop": 1176723947
        }
    ]
}