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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=82",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 83,
    "results": [
        {
            "start": 1405691023,
            "stop": 1405691527
        },
        {
            "start": 1405691727,
            "stop": 1405691799
        },
        {
            "start": 1405692495,
            "stop": 1405692551
        },
        {
            "start": 1405692911,
            "stop": 1405692983
        },
        {
            "start": 1405693311,
            "stop": 1405693527
        },
        {
            "start": 1405693647,
            "stop": 1405694728
        },
        {
            "start": 1405708925,
            "stop": 1405708945
        },
        {
            "start": 1405729298,
            "stop": 1405729625
        },
        {
            "start": 1405730096,
            "stop": 1405733076
        },
        {
            "start": 1405733212,
            "stop": 1405734084
        },
        {
            "start": 1405734668,
            "stop": 1405734788
        },
        {
            "start": 1405735308,
            "stop": 1405735348
        },
        {
            "start": 1405735484,
            "stop": 1405736932
        },
        {
            "start": 1405741308,
            "stop": 1405741408
        },
        {
            "start": 1405741413,
            "stop": 1405741440
        },
        {
            "start": 1405744447,
            "stop": 1405744835
        },
        {
            "start": 1405744955,
            "stop": 1405745091
        },
        {
            "start": 1405745259,
            "stop": 1405745283
        },
        {
            "start": 1405745435,
            "stop": 1405745939
        },
        {
            "start": 1405746059,
            "stop": 1405746819
        }
    ]
}