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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=127",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 128,
    "results": [
        {
            "start": 1416041428,
            "stop": 1416054294
        },
        {
            "start": 1416054299,
            "stop": 1416055090
        },
        {
            "start": 1416055093,
            "stop": 1416059385
        },
        {
            "start": 1416059388,
            "stop": 1416062569
        },
        {
            "start": 1416062572,
            "stop": 1416064372
        },
        {
            "start": 1416064377,
            "stop": 1416064380
        },
        {
            "start": 1416064384,
            "stop": 1416064392
        },
        {
            "start": 1416064397,
            "stop": 1416064415
        },
        {
            "start": 1416064420,
            "stop": 1416064431
        },
        {
            "start": 1416064436,
            "stop": 1416064438
        },
        {
            "start": 1416064443,
            "stop": 1416064554
        },
        {
            "start": 1416064558,
            "stop": 1416064667
        },
        {
            "start": 1416064672,
            "stop": 1416064832
        },
        {
            "start": 1416064835,
            "stop": 1416064949
        },
        {
            "start": 1416386564,
            "stop": 1416389221
        },
        {
            "start": 1416393646,
            "stop": 1416395607
        },
        {
            "start": 1416395612,
            "stop": 1416397401
        },
        {
            "start": 1416397405,
            "stop": 1416397745
        },
        {
            "start": 1416397750,
            "stop": 1416402691
        },
        {
            "start": 1416402694,
            "stop": 1416408254
        }
    ]
}