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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=150",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 151,
    "results": [
        {
            "start": 931134836,
            "stop": 931134844
        },
        {
            "start": 931134846,
            "stop": 931134848
        },
        {
            "start": 931134853,
            "stop": 931134854
        },
        {
            "start": 931134855,
            "stop": 931134856
        },
        {
            "start": 931134859,
            "stop": 931134864
        },
        {
            "start": 931134866,
            "stop": 931134873
        },
        {
            "start": 931134875,
            "stop": 931134876
        },
        {
            "start": 931134877,
            "stop": 931134878
        },
        {
            "start": 931134879,
            "stop": 931134881
        },
        {
            "start": 931134882,
            "stop": 931134886
        },
        {
            "start": 931134890,
            "stop": 931134891
        },
        {
            "start": 931134892,
            "stop": 931134894
        },
        {
            "start": 931134897,
            "stop": 931134902
        },
        {
            "start": 931134905,
            "stop": 931134906
        },
        {
            "start": 931134909,
            "stop": 931134910
        },
        {
            "start": 931134913,
            "stop": 931134914
        },
        {
            "start": 931134915,
            "stop": 931134919
        },
        {
            "start": 931134921,
            "stop": 931134923
        },
        {
            "start": 931134925,
            "stop": 931134927
        },
        {
            "start": 931134929,
            "stop": 931134935
        }
    ]
}