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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=362",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 363,
    "results": [
        {
            "start": 1177535219,
            "stop": 1177535224
        },
        {
            "start": 1177535230,
            "stop": 1177535238
        },
        {
            "start": 1177535240,
            "stop": 1177535277
        },
        {
            "start": 1177535278,
            "stop": 1177535388
        },
        {
            "start": 1177535392,
            "stop": 1177535396
        },
        {
            "start": 1177535402,
            "stop": 1177535407
        },
        {
            "start": 1177535413,
            "stop": 1177535416
        },
        {
            "start": 1177535422,
            "stop": 1177535496
        },
        {
            "start": 1177535500,
            "stop": 1177535730
        },
        {
            "start": 1177535735,
            "stop": 1177535741
        },
        {
            "start": 1177535749,
            "stop": 1177535754
        },
        {
            "start": 1177535760,
            "stop": 1177535768
        },
        {
            "start": 1177535771,
            "stop": 1177536153
        },
        {
            "start": 1177536157,
            "stop": 1177536163
        },
        {
            "start": 1177536166,
            "stop": 1177536258
        },
        {
            "start": 1177536263,
            "stop": 1177536270
        },
        {
            "start": 1177536275,
            "stop": 1177536281
        },
        {
            "start": 1177536288,
            "stop": 1177536292
        },
        {
            "start": 1177536301,
            "stop": 1177536304
        },
        {
            "start": 1177536311,
            "stop": 1177536315
        }
    ]
}