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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46809",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46810,
    "results": [
        {
            "start": 875125581,
            "stop": 875125615
        },
        {
            "start": 875125616,
            "stop": 875125632
        },
        {
            "start": 875125633,
            "stop": 875125650
        },
        {
            "start": 875125652,
            "stop": 875125671
        },
        {
            "start": 875125672,
            "stop": 875125692
        },
        {
            "start": 875125695,
            "stop": 875125697
        },
        {
            "start": 875125698,
            "stop": 875125700
        },
        {
            "start": 875125703,
            "stop": 875125713
        },
        {
            "start": 875125715,
            "stop": 875125733
        },
        {
            "start": 875125734,
            "stop": 875125757
        },
        {
            "start": 875125758,
            "stop": 875125760
        },
        {
            "start": 875125762,
            "stop": 875125766
        },
        {
            "start": 875125768,
            "stop": 875125777
        },
        {
            "start": 875125779,
            "stop": 875125802
        },
        {
            "start": 875125803,
            "stop": 875125819
        },
        {
            "start": 875125822,
            "stop": 875125843
        },
        {
            "start": 875125845,
            "stop": 875125846
        },
        {
            "start": 875125847,
            "stop": 875125855
        },
        {
            "start": 875125857,
            "stop": 875125862
        },
        {
            "start": 875125865,
            "stop": 875125866
        }
    ]
}