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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=399",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 400,
    "results": [
        {
            "start": 1264350447,
            "stop": 1264351110
        },
        {
            "start": 1264351113,
            "stop": 1264351135
        },
        {
            "start": 1264351136,
            "stop": 1264351141
        },
        {
            "start": 1264351142,
            "stop": 1264351143
        },
        {
            "start": 1264351144,
            "stop": 1264351150
        },
        {
            "start": 1264351151,
            "stop": 1264351155
        },
        {
            "start": 1264351157,
            "stop": 1264351165
        },
        {
            "start": 1264351167,
            "stop": 1264351169
        },
        {
            "start": 1264351170,
            "stop": 1264351172
        },
        {
            "start": 1264351175,
            "stop": 1264351176
        },
        {
            "start": 1264351178,
            "stop": 1264351179
        },
        {
            "start": 1264351181,
            "stop": 1264351190
        },
        {
            "start": 1264351196,
            "stop": 1264351198
        },
        {
            "start": 1264351199,
            "stop": 1264351200
        },
        {
            "start": 1264351201,
            "stop": 1264351208
        },
        {
            "start": 1264351209,
            "stop": 1264351213
        },
        {
            "start": 1264351214,
            "stop": 1264351217
        },
        {
            "start": 1264351218,
            "stop": 1264351219
        },
        {
            "start": 1264351220,
            "stop": 1264351225
        },
        {
            "start": 1264351226,
            "stop": 1264351227
        }
    ]
}