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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=306",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 307,
    "results": [
        {
            "start": 1175578864,
            "stop": 1175579836
        },
        {
            "start": 1175579838,
            "stop": 1175580680
        },
        {
            "start": 1175580683,
            "stop": 1175580972
        },
        {
            "start": 1175580974,
            "stop": 1175581901
        },
        {
            "start": 1175581903,
            "stop": 1175583017
        },
        {
            "start": 1175583019,
            "stop": 1175584200
        },
        {
            "start": 1175584202,
            "stop": 1175585336
        },
        {
            "start": 1175585338,
            "stop": 1175586329
        },
        {
            "start": 1175586331,
            "stop": 1175587443
        },
        {
            "start": 1175587445,
            "stop": 1175588467
        },
        {
            "start": 1175588469,
            "stop": 1175589621
        },
        {
            "start": 1175589623,
            "stop": 1175590609
        },
        {
            "start": 1175590611,
            "stop": 1175590797
        },
        {
            "start": 1175592589,
            "stop": 1175592701
        },
        {
            "start": 1175592703,
            "stop": 1175593841
        },
        {
            "start": 1175593843,
            "stop": 1175594903
        },
        {
            "start": 1175594905,
            "stop": 1175596058
        },
        {
            "start": 1175596060,
            "stop": 1175597153
        },
        {
            "start": 1175597155,
            "stop": 1175598339
        },
        {
            "start": 1175598341,
            "stop": 1175599175
        }
    ]
}