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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 202,
    "results": [
        {
            "start": 1176801540,
            "stop": 1176801541
        },
        {
            "start": 1176801542,
            "stop": 1176801547
        },
        {
            "start": 1176801548,
            "stop": 1176801560
        },
        {
            "start": 1176801564,
            "stop": 1176801892
        },
        {
            "start": 1176801896,
            "stop": 1176801897
        },
        {
            "start": 1176801911,
            "stop": 1176802028
        },
        {
            "start": 1176802029,
            "stop": 1176802032
        },
        {
            "start": 1176802033,
            "stop": 1176802037
        },
        {
            "start": 1176802038,
            "stop": 1176802089
        },
        {
            "start": 1176802094,
            "stop": 1176802206
        },
        {
            "start": 1176802208,
            "stop": 1176802385
        },
        {
            "start": 1176802390,
            "stop": 1176802395
        },
        {
            "start": 1176802399,
            "stop": 1176803521
        },
        {
            "start": 1176803525,
            "stop": 1176804352
        },
        {
            "start": 1176804353,
            "stop": 1176804829
        },
        {
            "start": 1176804831,
            "stop": 1176806027
        },
        {
            "start": 1176806028,
            "stop": 1176806492
        },
        {
            "start": 1176806499,
            "stop": 1176806500
        },
        {
            "start": 1176806506,
            "stop": 1176806508
        },
        {
            "start": 1176806514,
            "stop": 1176806515
        }
    ]
}