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=5222
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=5223",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5221",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5222,
    "results": [
        {
            "start": 1136293947,
            "stop": 1136293949
        },
        {
            "start": 1136293951,
            "stop": 1136293965
        },
        {
            "start": 1136293967,
            "stop": 1136293971
        },
        {
            "start": 1136293973,
            "stop": 1136293986
        },
        {
            "start": 1136293988,
            "stop": 1136294003
        },
        {
            "start": 1136294007,
            "stop": 1136294009
        },
        {
            "start": 1136294011,
            "stop": 1136294016
        },
        {
            "start": 1136294018,
            "stop": 1136294144
        },
        {
            "start": 1136294146,
            "stop": 1136294200
        },
        {
            "start": 1136294202,
            "stop": 1136294231
        },
        {
            "start": 1136294233,
            "stop": 1136294314
        },
        {
            "start": 1136294316,
            "stop": 1136294377
        },
        {
            "start": 1136294380,
            "stop": 1136294387
        },
        {
            "start": 1136294389,
            "stop": 1136294442
        },
        {
            "start": 1136294444,
            "stop": 1136294453
        },
        {
            "start": 1136294455,
            "stop": 1136294465
        },
        {
            "start": 1136294467,
            "stop": 1136294497
        },
        {
            "start": 1136294501,
            "stop": 1136294576
        },
        {
            "start": 1136294578,
            "stop": 1136294594
        },
        {
            "start": 1136294596,
            "stop": 1136294613
        }
    ]
}