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=33135
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=33136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33134",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33135,
    "results": [
        {
            "start": 970585490,
            "stop": 970585513
        },
        {
            "start": 970585516,
            "stop": 970585518
        },
        {
            "start": 970585519,
            "stop": 970585537
        },
        {
            "start": 970585538,
            "stop": 970585555
        },
        {
            "start": 970585557,
            "stop": 970585567
        },
        {
            "start": 970585568,
            "stop": 970585578
        },
        {
            "start": 970585579,
            "stop": 970585585
        },
        {
            "start": 970585586,
            "stop": 970585599
        },
        {
            "start": 970585601,
            "stop": 970585603
        },
        {
            "start": 970585605,
            "stop": 970585611
        },
        {
            "start": 970585613,
            "stop": 970585637
        },
        {
            "start": 970585638,
            "stop": 970585647
        },
        {
            "start": 970585651,
            "stop": 970585683
        },
        {
            "start": 970585685,
            "stop": 970585698
        },
        {
            "start": 970585699,
            "stop": 970585702
        },
        {
            "start": 970585703,
            "stop": 970585707
        },
        {
            "start": 970585709,
            "stop": 970585718
        },
        {
            "start": 970585719,
            "stop": 970585730
        },
        {
            "start": 970585732,
            "stop": 970585734
        },
        {
            "start": 970585735,
            "stop": 970585742
        }
    ]
}