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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=200",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 201,
    "results": [
        {
            "start": 1261879716,
            "stop": 1261879993
        },
        {
            "start": 1261879996,
            "stop": 1261880002
        },
        {
            "start": 1261880005,
            "stop": 1261880022
        },
        {
            "start": 1261880026,
            "stop": 1261880032
        },
        {
            "start": 1261880035,
            "stop": 1261880041
        },
        {
            "start": 1261880044,
            "stop": 1261880082
        },
        {
            "start": 1261880085,
            "stop": 1261880205
        },
        {
            "start": 1261880207,
            "stop": 1261880483
        },
        {
            "start": 1261880486,
            "stop": 1261880943
        },
        {
            "start": 1261880946,
            "stop": 1261881039
        },
        {
            "start": 1261881043,
            "stop": 1261881143
        },
        {
            "start": 1261881146,
            "stop": 1261881183
        },
        {
            "start": 1261881184,
            "stop": 1261881536
        },
        {
            "start": 1261881539,
            "stop": 1261881987
        },
        {
            "start": 1261881990,
            "stop": 1261882036
        },
        {
            "start": 1261882039,
            "stop": 1261882281
        },
        {
            "start": 1261882284,
            "stop": 1261882703
        },
        {
            "start": 1261882706,
            "stop": 1261883030
        },
        {
            "start": 1261883032,
            "stop": 1261883084
        },
        {
            "start": 1261883087,
            "stop": 1261883259
        }
    ]
}