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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3097",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3095",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3096,
    "results": [
        {
            "start": 866595180,
            "stop": 866595425
        },
        {
            "start": 866595430,
            "stop": 866595480
        },
        {
            "start": 866595540,
            "stop": 866599351
        },
        {
            "start": 866599354,
            "stop": 866599429
        },
        {
            "start": 866599433,
            "stop": 866599500
        },
        {
            "start": 866599800,
            "stop": 866599860
        },
        {
            "start": 866599920,
            "stop": 866600098
        },
        {
            "start": 866600101,
            "stop": 866600302
        },
        {
            "start": 866600306,
            "stop": 866600340
        },
        {
            "start": 866600705,
            "stop": 866600712
        },
        {
            "start": 866600721,
            "stop": 866600731
        },
        {
            "start": 866600735,
            "stop": 866600745
        },
        {
            "start": 866600749,
            "stop": 866600760
        },
        {
            "start": 866600880,
            "stop": 866600955
        },
        {
            "start": 866600960,
            "stop": 866600987
        },
        {
            "start": 866600991,
            "stop": 866601060
        },
        {
            "start": 866602429,
            "stop": 866602440
        },
        {
            "start": 866602620,
            "stop": 866602693
        },
        {
            "start": 866603040,
            "stop": 866603400
        },
        {
            "start": 866603580,
            "stop": 866603640
        }
    ]
}