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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=475",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 476,
    "results": [
        {
            "start": 1183337678,
            "stop": 1183337683
        },
        {
            "start": 1183337687,
            "stop": 1183337694
        },
        {
            "start": 1183337697,
            "stop": 1183337717
        },
        {
            "start": 1183337721,
            "stop": 1183337814
        },
        {
            "start": 1183337816,
            "stop": 1183337817
        },
        {
            "start": 1183337819,
            "stop": 1183337870
        },
        {
            "start": 1183337873,
            "stop": 1183337957
        },
        {
            "start": 1183337959,
            "stop": 1183338032
        },
        {
            "start": 1183338038,
            "stop": 1183338093
        },
        {
            "start": 1183338095,
            "stop": 1183338098
        },
        {
            "start": 1183338104,
            "stop": 1183338105
        },
        {
            "start": 1183338107,
            "stop": 1183338214
        },
        {
            "start": 1183338217,
            "stop": 1183338219
        },
        {
            "start": 1183338221,
            "stop": 1183338223
        },
        {
            "start": 1183338229,
            "stop": 1183338238
        },
        {
            "start": 1183338250,
            "stop": 1183338251
        },
        {
            "start": 1183338253,
            "stop": 1183338263
        },
        {
            "start": 1183344638,
            "stop": 1183344960
        },
        {
            "start": 1183344963,
            "stop": 1183345980
        },
        {
            "start": 1183345984,
            "stop": 1183346170
        }
    ]
}