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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=281",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 282,
    "results": [
        {
            "start": 931168067,
            "stop": 931168071
        },
        {
            "start": 931168075,
            "stop": 931168078
        },
        {
            "start": 931168080,
            "stop": 931168081
        },
        {
            "start": 931172775,
            "stop": 931172778
        },
        {
            "start": 931172779,
            "stop": 931172781
        },
        {
            "start": 931172782,
            "stop": 931172786
        },
        {
            "start": 931172789,
            "stop": 931172792
        },
        {
            "start": 931172794,
            "stop": 931172799
        },
        {
            "start": 931172800,
            "stop": 931172801
        },
        {
            "start": 931172803,
            "stop": 931172807
        },
        {
            "start": 931172808,
            "stop": 931172812
        },
        {
            "start": 931172814,
            "stop": 931172816
        },
        {
            "start": 931172817,
            "stop": 931172820
        },
        {
            "start": 931172821,
            "stop": 931172823
        },
        {
            "start": 931172828,
            "stop": 931172833
        },
        {
            "start": 931172835,
            "stop": 931172837
        },
        {
            "start": 931172839,
            "stop": 931172843
        },
        {
            "start": 931172844,
            "stop": 931172847
        },
        {
            "start": 931172848,
            "stop": 931172855
        },
        {
            "start": 931172856,
            "stop": 931172860
        }
    ]
}