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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=195",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 196,
    "results": [
        {
            "start": 931151694,
            "stop": 931151698
        },
        {
            "start": 931151699,
            "stop": 931151703
        },
        {
            "start": 931151712,
            "stop": 931151714
        },
        {
            "start": 931151715,
            "stop": 931151718
        },
        {
            "start": 931151719,
            "stop": 931151720
        },
        {
            "start": 931151724,
            "stop": 931151729
        },
        {
            "start": 931151732,
            "stop": 931151733
        },
        {
            "start": 931151734,
            "stop": 931151735
        },
        {
            "start": 931151738,
            "stop": 931151742
        },
        {
            "start": 931151745,
            "stop": 931151750
        },
        {
            "start": 931151752,
            "stop": 931151753
        },
        {
            "start": 931151755,
            "stop": 931151756
        },
        {
            "start": 931151761,
            "stop": 931151762
        },
        {
            "start": 931151764,
            "stop": 931151766
        },
        {
            "start": 931151767,
            "stop": 931151768
        },
        {
            "start": 931151769,
            "stop": 931151770
        },
        {
            "start": 931151772,
            "stop": 931151776
        },
        {
            "start": 931151777,
            "stop": 931151784
        },
        {
            "start": 931151785,
            "stop": 931151787
        },
        {
            "start": 931151789,
            "stop": 931151792
        }
    ]
}