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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33113",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33114,
    "results": [
        {
            "start": 970559586,
            "stop": 970559617
        },
        {
            "start": 970559619,
            "stop": 970559622
        },
        {
            "start": 970559623,
            "stop": 970559647
        },
        {
            "start": 970559649,
            "stop": 970559663
        },
        {
            "start": 970559664,
            "stop": 970559670
        },
        {
            "start": 970559672,
            "stop": 970559692
        },
        {
            "start": 970559693,
            "stop": 970559698
        },
        {
            "start": 970559699,
            "stop": 970559711
        },
        {
            "start": 970559713,
            "stop": 970559726
        },
        {
            "start": 970559727,
            "stop": 970559736
        },
        {
            "start": 970559737,
            "stop": 970559742
        },
        {
            "start": 970559746,
            "stop": 970559750
        },
        {
            "start": 970559752,
            "stop": 970559790
        },
        {
            "start": 970559791,
            "stop": 970559795
        },
        {
            "start": 970559797,
            "stop": 970559802
        },
        {
            "start": 970559804,
            "stop": 970559820
        },
        {
            "start": 970559822,
            "stop": 970559843
        },
        {
            "start": 970559844,
            "stop": 970559853
        },
        {
            "start": 970559856,
            "stop": 970559876
        },
        {
            "start": 970559878,
            "stop": 970559886
        }
    ]
}