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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7054",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7055,
    "results": [
        {
            "start": 873969841,
            "stop": 873970106
        },
        {
            "start": 873970107,
            "stop": 873970609
        },
        {
            "start": 873970610,
            "stop": 873971416
        },
        {
            "start": 873971418,
            "stop": 873971451
        },
        {
            "start": 873971452,
            "stop": 873971547
        },
        {
            "start": 873971548,
            "stop": 873971569
        },
        {
            "start": 873971570,
            "stop": 873973097
        },
        {
            "start": 873973099,
            "stop": 873973117
        },
        {
            "start": 873973118,
            "stop": 873973265
        },
        {
            "start": 873973266,
            "stop": 873973296
        },
        {
            "start": 873973297,
            "stop": 873974461
        },
        {
            "start": 873974462,
            "stop": 873974824
        },
        {
            "start": 873974825,
            "stop": 873975055
        },
        {
            "start": 873975056,
            "stop": 873975093
        },
        {
            "start": 873975094,
            "stop": 873976219
        },
        {
            "start": 873976220,
            "stop": 873976514
        },
        {
            "start": 873976515,
            "stop": 873976774
        },
        {
            "start": 873976775,
            "stop": 873977324
        },
        {
            "start": 873977326,
            "stop": 873977860
        },
        {
            "start": 873977861,
            "stop": 873977898
        }
    ]
}