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=5168
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=5169",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5167",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5168,
    "results": [
        {
            "start": 1136265515,
            "stop": 1136265525
        },
        {
            "start": 1136265527,
            "stop": 1136265537
        },
        {
            "start": 1136265539,
            "stop": 1136265563
        },
        {
            "start": 1136265565,
            "stop": 1136265581
        },
        {
            "start": 1136265583,
            "stop": 1136265591
        },
        {
            "start": 1136265593,
            "stop": 1136265674
        },
        {
            "start": 1136265676,
            "stop": 1136265692
        },
        {
            "start": 1136265694,
            "stop": 1136265710
        },
        {
            "start": 1136265712,
            "stop": 1136265734
        },
        {
            "start": 1136265736,
            "stop": 1136265738
        },
        {
            "start": 1136265740,
            "stop": 1136265742
        },
        {
            "start": 1136265744,
            "stop": 1136265762
        },
        {
            "start": 1136265764,
            "stop": 1136265773
        },
        {
            "start": 1136265775,
            "stop": 1136265786
        },
        {
            "start": 1136265788,
            "stop": 1136265791
        },
        {
            "start": 1136265793,
            "stop": 1136265814
        },
        {
            "start": 1136265816,
            "stop": 1136265831
        },
        {
            "start": 1136265833,
            "stop": 1136265892
        },
        {
            "start": 1136265894,
            "stop": 1136265911
        },
        {
            "start": 1136265913,
            "stop": 1136265917
        }
    ]
}