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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5255",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5253",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5254,
    "results": [
        {
            "start": 1136390275,
            "stop": 1136390296
        },
        {
            "start": 1136390298,
            "stop": 1136390310
        },
        {
            "start": 1136390312,
            "stop": 1136390336
        },
        {
            "start": 1136390338,
            "stop": 1136390352
        },
        {
            "start": 1136390354,
            "stop": 1136390356
        },
        {
            "start": 1136390358,
            "stop": 1136390386
        },
        {
            "start": 1136390390,
            "stop": 1136390391
        },
        {
            "start": 1136390395,
            "stop": 1136390399
        },
        {
            "start": 1136390401,
            "stop": 1136390422
        },
        {
            "start": 1136390424,
            "stop": 1136390438
        },
        {
            "start": 1136390440,
            "stop": 1136390445
        },
        {
            "start": 1136390447,
            "stop": 1136390460
        },
        {
            "start": 1136390462,
            "stop": 1136390477
        },
        {
            "start": 1136390479,
            "stop": 1136390493
        },
        {
            "start": 1136390495,
            "stop": 1136390501
        },
        {
            "start": 1136390503,
            "stop": 1136390510
        },
        {
            "start": 1136390512,
            "stop": 1136390523
        },
        {
            "start": 1136390525,
            "stop": 1136390531
        },
        {
            "start": 1136390533,
            "stop": 1136390539
        },
        {
            "start": 1136390541,
            "stop": 1136390579
        }
    ]
}