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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=836",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=834",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 835,
    "results": [
        {
            "start": 1250381833,
            "stop": 1250381883
        },
        {
            "start": 1250381888,
            "stop": 1250381892
        },
        {
            "start": 1250381895,
            "stop": 1250381903
        },
        {
            "start": 1250381910,
            "stop": 1250381911
        },
        {
            "start": 1250381913,
            "stop": 1250381943
        },
        {
            "start": 1250381946,
            "stop": 1250381953
        },
        {
            "start": 1250381957,
            "stop": 1250381987
        },
        {
            "start": 1250381991,
            "stop": 1250382036
        },
        {
            "start": 1250382041,
            "stop": 1250382044
        },
        {
            "start": 1250382049,
            "stop": 1250382094
        },
        {
            "start": 1250382099,
            "stop": 1250382115
        },
        {
            "start": 1250382116,
            "stop": 1250382123
        },
        {
            "start": 1250382127,
            "stop": 1250382136
        },
        {
            "start": 1250382138,
            "stop": 1250382258
        },
        {
            "start": 1250382259,
            "stop": 1250382276
        },
        {
            "start": 1250382280,
            "stop": 1250382284
        },
        {
            "start": 1250385323,
            "stop": 1250385329
        },
        {
            "start": 1250385342,
            "stop": 1250385346
        },
        {
            "start": 1250385351,
            "stop": 1250385363
        },
        {
            "start": 1250385374,
            "stop": 1250385386
        }
    ]
}