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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=741",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=739",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 740,
    "results": [
        {
            "start": 1267582138,
            "stop": 1267582214
        },
        {
            "start": 1267582215,
            "stop": 1267582226
        },
        {
            "start": 1267582227,
            "stop": 1267582235
        },
        {
            "start": 1267582236,
            "stop": 1267582238
        },
        {
            "start": 1267582240,
            "stop": 1267582321
        },
        {
            "start": 1267582325,
            "stop": 1267582326
        },
        {
            "start": 1267582329,
            "stop": 1267582355
        },
        {
            "start": 1267582359,
            "stop": 1267582361
        },
        {
            "start": 1267582364,
            "stop": 1267582365
        },
        {
            "start": 1267582370,
            "stop": 1267582371
        },
        {
            "start": 1267582374,
            "stop": 1267582388
        },
        {
            "start": 1267582389,
            "stop": 1267582411
        },
        {
            "start": 1267582412,
            "stop": 1267582413
        },
        {
            "start": 1267582417,
            "stop": 1267582418
        },
        {
            "start": 1267582420,
            "stop": 1267582522
        },
        {
            "start": 1267582525,
            "stop": 1267582526
        },
        {
            "start": 1267582528,
            "stop": 1267582530
        },
        {
            "start": 1267582531,
            "stop": 1267582557
        },
        {
            "start": 1267582560,
            "stop": 1267582562
        },
        {
            "start": 1267582564,
            "stop": 1267582687
        }
    ]
}