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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=241",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 242,
    "results": [
        {
            "start": 931163615,
            "stop": 931163616
        },
        {
            "start": 931163617,
            "stop": 931163619
        },
        {
            "start": 931163620,
            "stop": 931163621
        },
        {
            "start": 931163622,
            "stop": 931163623
        },
        {
            "start": 931163626,
            "stop": 931163628
        },
        {
            "start": 931163629,
            "stop": 931163637
        },
        {
            "start": 931163639,
            "stop": 931163640
        },
        {
            "start": 931163641,
            "stop": 931163646
        },
        {
            "start": 931163647,
            "stop": 931163660
        },
        {
            "start": 931163661,
            "stop": 931163668
        },
        {
            "start": 931163671,
            "stop": 931163674
        },
        {
            "start": 931163675,
            "stop": 931163676
        },
        {
            "start": 931163679,
            "stop": 931163682
        },
        {
            "start": 931163684,
            "stop": 931163690
        },
        {
            "start": 931163691,
            "stop": 931163692
        },
        {
            "start": 931163698,
            "stop": 931163699
        },
        {
            "start": 931163700,
            "stop": 931163708
        },
        {
            "start": 931163709,
            "stop": 931163713
        },
        {
            "start": 931163717,
            "stop": 931163719
        },
        {
            "start": 931163720,
            "stop": 931163723
        }
    ]
}