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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5289",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5287",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5288,
    "results": [
        {
            "start": 1136427826,
            "stop": 1136427830
        },
        {
            "start": 1136427832,
            "stop": 1136427839
        },
        {
            "start": 1136427841,
            "stop": 1136427852
        },
        {
            "start": 1136427854,
            "stop": 1136427862
        },
        {
            "start": 1136427864,
            "stop": 1136427892
        },
        {
            "start": 1136427894,
            "stop": 1136427905
        },
        {
            "start": 1136427907,
            "stop": 1136427946
        },
        {
            "start": 1136427948,
            "stop": 1136427964
        },
        {
            "start": 1136427965,
            "stop": 1136427995
        },
        {
            "start": 1136427997,
            "stop": 1136428009
        },
        {
            "start": 1136428011,
            "stop": 1136428015
        },
        {
            "start": 1136428017,
            "stop": 1136428021
        },
        {
            "start": 1136428022,
            "stop": 1136428043
        },
        {
            "start": 1136428045,
            "stop": 1136428049
        },
        {
            "start": 1136428051,
            "stop": 1136428053
        },
        {
            "start": 1136428055,
            "stop": 1136428062
        },
        {
            "start": 1136428066,
            "stop": 1136428077
        },
        {
            "start": 1136428080,
            "stop": 1136428147
        },
        {
            "start": 1136428149,
            "stop": 1136428161
        },
        {
            "start": 1136428163,
            "stop": 1136428319
        }
    ]
}