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=33131
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=33132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33130",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33131,
    "results": [
        {
            "start": 970565114,
            "stop": 970565126
        },
        {
            "start": 970565127,
            "stop": 970565136
        },
        {
            "start": 970565137,
            "stop": 970565164
        },
        {
            "start": 970565165,
            "stop": 970565174
        },
        {
            "start": 970565177,
            "stop": 970565190
        },
        {
            "start": 970565192,
            "stop": 970565247
        },
        {
            "start": 970565248,
            "stop": 970565260
        },
        {
            "start": 970565261,
            "stop": 970565263
        },
        {
            "start": 970565264,
            "stop": 970565278
        },
        {
            "start": 970565279,
            "stop": 970565289
        },
        {
            "start": 970565290,
            "stop": 970565293
        },
        {
            "start": 970565295,
            "stop": 970565326
        },
        {
            "start": 970565327,
            "stop": 970565332
        },
        {
            "start": 970565333,
            "stop": 970565368
        },
        {
            "start": 970565369,
            "stop": 970565372
        },
        {
            "start": 970565373,
            "stop": 970565392
        },
        {
            "start": 970565408,
            "stop": 970565419
        },
        {
            "start": 970565425,
            "stop": 970565430
        },
        {
            "start": 970565436,
            "stop": 970565437
        },
        {
            "start": 970565449,
            "stop": 970565453
        }
    ]
}