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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=35",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 36,
    "results": [
        {
            "start": 1405734668,
            "stop": 1405734788
        },
        {
            "start": 1405735308,
            "stop": 1405735348
        },
        {
            "start": 1405735484,
            "stop": 1405736932
        },
        {
            "start": 1405741308,
            "stop": 1405741440
        },
        {
            "start": 1405744447,
            "stop": 1405744835
        },
        {
            "start": 1405744955,
            "stop": 1405745091
        },
        {
            "start": 1405745259,
            "stop": 1405745283
        },
        {
            "start": 1405745435,
            "stop": 1405745939
        },
        {
            "start": 1405746059,
            "stop": 1405746819
        },
        {
            "start": 1405746939,
            "stop": 1405747251
        },
        {
            "start": 1405747435,
            "stop": 1405749539
        },
        {
            "start": 1405749966,
            "stop": 1405750074
        },
        {
            "start": 1405751748,
            "stop": 1405752124
        },
        {
            "start": 1405752816,
            "stop": 1405753220
        },
        {
            "start": 1405753340,
            "stop": 1405754148
        },
        {
            "start": 1405759045,
            "stop": 1405759836
        },
        {
            "start": 1405760321,
            "stop": 1405760357
        },
        {
            "start": 1405760785,
            "stop": 1405761191
        },
        {
            "start": 1405761881,
            "stop": 1405774872
        },
        {
            "start": 1405807486,
            "stop": 1405819552
        }
    ]
}