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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=80",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 81,
    "results": [
        {
            "start": 1405642355,
            "stop": 1405642635
        },
        {
            "start": 1405643380,
            "stop": 1405644780
        },
        {
            "start": 1405644900,
            "stop": 1405645068
        },
        {
            "start": 1405645220,
            "stop": 1405645292
        },
        {
            "start": 1405645460,
            "stop": 1405646396
        },
        {
            "start": 1405650660,
            "stop": 1405651391
        },
        {
            "start": 1405651695,
            "stop": 1405651767
        },
        {
            "start": 1405652497,
            "stop": 1405652581
        },
        {
            "start": 1405653318,
            "stop": 1405654538
        },
        {
            "start": 1405654834,
            "stop": 1405655317
        },
        {
            "start": 1405655318,
            "stop": 1405655802
        },
        {
            "start": 1405656386,
            "stop": 1405656890
        },
        {
            "start": 1405657170,
            "stop": 1405657258
        },
        {
            "start": 1405657394,
            "stop": 1405658042
        },
        {
            "start": 1405658450,
            "stop": 1405658490
        },
        {
            "start": 1405658610,
            "stop": 1405658714
        },
        {
            "start": 1405658850,
            "stop": 1405659098
        },
        {
            "start": 1405659282,
            "stop": 1405660842
        },
        {
            "start": 1405668342,
            "stop": 1405668686
        },
        {
            "start": 1405668838,
            "stop": 1405668846
        }
    ]
}