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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40829",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40830,
    "results": [
        {
            "start": 875039807,
            "stop": 875039826
        },
        {
            "start": 875039828,
            "stop": 875039863
        },
        {
            "start": 875039864,
            "stop": 875039874
        },
        {
            "start": 875039875,
            "stop": 875039901
        },
        {
            "start": 875039903,
            "stop": 875039918
        },
        {
            "start": 875039919,
            "stop": 875039923
        },
        {
            "start": 875039924,
            "stop": 875040006
        },
        {
            "start": 875040008,
            "stop": 875040040
        },
        {
            "start": 875040041,
            "stop": 875040049
        },
        {
            "start": 875040050,
            "stop": 875040080
        },
        {
            "start": 875040082,
            "stop": 875040113
        },
        {
            "start": 875040114,
            "stop": 875040134
        },
        {
            "start": 875040136,
            "stop": 875040142
        },
        {
            "start": 875040143,
            "stop": 875040155
        },
        {
            "start": 875040157,
            "stop": 875040177
        },
        {
            "start": 875040179,
            "stop": 875040198
        },
        {
            "start": 875040199,
            "stop": 875040204
        },
        {
            "start": 875040206,
            "stop": 875040219
        },
        {
            "start": 875040221,
            "stop": 875040222
        },
        {
            "start": 875040223,
            "stop": 875040262
        }
    ]
}