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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5312",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5310",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5311,
    "results": [
        {
            "start": 1137123140,
            "stop": 1137123161
        },
        {
            "start": 1137123163,
            "stop": 1137123226
        },
        {
            "start": 1137123230,
            "stop": 1137123267
        },
        {
            "start": 1137123269,
            "stop": 1137123277
        },
        {
            "start": 1137123278,
            "stop": 1137123342
        },
        {
            "start": 1137123344,
            "stop": 1137123348
        },
        {
            "start": 1137123349,
            "stop": 1137123368
        },
        {
            "start": 1137123370,
            "stop": 1137123372
        },
        {
            "start": 1137123374,
            "stop": 1137123383
        },
        {
            "start": 1137123385,
            "stop": 1137123425
        },
        {
            "start": 1137123427,
            "stop": 1137123430
        },
        {
            "start": 1137123431,
            "stop": 1137123438
        },
        {
            "start": 1137123439,
            "stop": 1137123441
        },
        {
            "start": 1137123443,
            "stop": 1137123445
        },
        {
            "start": 1137123447,
            "stop": 1137123448
        },
        {
            "start": 1137123450,
            "stop": 1137123452
        },
        {
            "start": 1137123455,
            "stop": 1137123474
        },
        {
            "start": 1137123476,
            "stop": 1137123478
        },
        {
            "start": 1137123480,
            "stop": 1137123491
        },
        {
            "start": 1137123493,
            "stop": 1137123508
        }
    ]
}