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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 167,
    "results": [
        {
            "start": 1239672473,
            "stop": 1239672529
        },
        {
            "start": 1239672533,
            "stop": 1239672696
        },
        {
            "start": 1239672699,
            "stop": 1239672968
        },
        {
            "start": 1239672973,
            "stop": 1239673219
        },
        {
            "start": 1239673222,
            "stop": 1239674135
        },
        {
            "start": 1239674138,
            "stop": 1239674152
        },
        {
            "start": 1239674157,
            "stop": 1239674169
        },
        {
            "start": 1239674174,
            "stop": 1239674178
        },
        {
            "start": 1239674181,
            "stop": 1239674396
        },
        {
            "start": 1239674401,
            "stop": 1239674490
        },
        {
            "start": 1239674494,
            "stop": 1239674676
        },
        {
            "start": 1239674679,
            "stop": 1239674776
        },
        {
            "start": 1239674780,
            "stop": 1239675154
        },
        {
            "start": 1239675159,
            "stop": 1239675450
        },
        {
            "start": 1239675453,
            "stop": 1239675619
        },
        {
            "start": 1239675622,
            "stop": 1239675910
        },
        {
            "start": 1239675914,
            "stop": 1239675984
        },
        {
            "start": 1239675989,
            "stop": 1239676211
        },
        {
            "start": 1239676215,
            "stop": 1239676262
        },
        {
            "start": 1239676267,
            "stop": 1239676442
        }
    ]
}