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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=255",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 256,
    "results": [
        {
            "start": 846092536,
            "stop": 846094370
        },
        {
            "start": 846094502,
            "stop": 846095279
        },
        {
            "start": 846098927,
            "stop": 846101653
        },
        {
            "start": 846101667,
            "stop": 846101668
        },
        {
            "start": 846101830,
            "stop": 846106610
        },
        {
            "start": 846107955,
            "stop": 846116759
        },
        {
            "start": 846117790,
            "stop": 846118495
        },
        {
            "start": 846119006,
            "stop": 846135855
        },
        {
            "start": 846136155,
            "stop": 846136899
        },
        {
            "start": 846137229,
            "stop": 846137307
        },
        {
            "start": 846137763,
            "stop": 846138142
        },
        {
            "start": 846138252,
            "stop": 846138654
        },
        {
            "start": 846138954,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846173233
        },
        {
            "start": 846173275,
            "stop": 846173276
        },
        {
            "start": 846174914,
            "stop": 846176113
        },
        {
            "start": 846176125,
            "stop": 846176126
        },
        {
            "start": 846176293,
            "stop": 846188971
        },
        {
            "start": 846189081,
            "stop": 846189302
        },
        {
            "start": 846189602,
            "stop": 846190682
        }
    ]
}