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=5167
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=5168",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5166",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5167,
    "results": [
        {
            "start": 1136265074,
            "stop": 1136265088
        },
        {
            "start": 1136265090,
            "stop": 1136265092
        },
        {
            "start": 1136265094,
            "stop": 1136265100
        },
        {
            "start": 1136265102,
            "stop": 1136265160
        },
        {
            "start": 1136265162,
            "stop": 1136265190
        },
        {
            "start": 1136265192,
            "stop": 1136265202
        },
        {
            "start": 1136265204,
            "stop": 1136265207
        },
        {
            "start": 1136265209,
            "stop": 1136265215
        },
        {
            "start": 1136265217,
            "stop": 1136265264
        },
        {
            "start": 1136265266,
            "stop": 1136265268
        },
        {
            "start": 1136265270,
            "stop": 1136265275
        },
        {
            "start": 1136265277,
            "stop": 1136265318
        },
        {
            "start": 1136265320,
            "stop": 1136265332
        },
        {
            "start": 1136265334,
            "stop": 1136265342
        },
        {
            "start": 1136265344,
            "stop": 1136265365
        },
        {
            "start": 1136265367,
            "stop": 1136265439
        },
        {
            "start": 1136265441,
            "stop": 1136265451
        },
        {
            "start": 1136265453,
            "stop": 1136265457
        },
        {
            "start": 1136265459,
            "stop": 1136265462
        },
        {
            "start": 1136265465,
            "stop": 1136265513
        }
    ]
}