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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33098",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33099,
    "results": [
        {
            "start": 970543787,
            "stop": 970543805
        },
        {
            "start": 970543814,
            "stop": 970543816
        },
        {
            "start": 970543822,
            "stop": 970543826
        },
        {
            "start": 970543832,
            "stop": 970543833
        },
        {
            "start": 970543834,
            "stop": 970543837
        },
        {
            "start": 970543844,
            "stop": 970543862
        },
        {
            "start": 970543872,
            "stop": 970543876
        },
        {
            "start": 970543883,
            "stop": 970543884
        },
        {
            "start": 970543886,
            "stop": 970543908
        },
        {
            "start": 970543914,
            "stop": 970543915
        },
        {
            "start": 970543922,
            "stop": 970543923
        },
        {
            "start": 970543949,
            "stop": 970543953
        },
        {
            "start": 970543959,
            "stop": 970543964
        },
        {
            "start": 970554692,
            "stop": 970554695
        },
        {
            "start": 970554701,
            "stop": 970554702
        },
        {
            "start": 970554711,
            "stop": 970554712
        },
        {
            "start": 970554724,
            "stop": 970554726
        },
        {
            "start": 970554737,
            "stop": 970554788
        },
        {
            "start": 970554789,
            "stop": 970554799
        },
        {
            "start": 970554801,
            "stop": 970554809
        }
    ]
}