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=5142
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=5143",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5141",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5142,
    "results": [
        {
            "start": 1136107366,
            "stop": 1136107414
        },
        {
            "start": 1136107416,
            "stop": 1136107533
        },
        {
            "start": 1136107535,
            "stop": 1136107613
        },
        {
            "start": 1136107615,
            "stop": 1136107679
        },
        {
            "start": 1136107681,
            "stop": 1136108078
        },
        {
            "start": 1136108080,
            "stop": 1136108131
        },
        {
            "start": 1136108133,
            "stop": 1136108170
        },
        {
            "start": 1136108172,
            "stop": 1136108186
        },
        {
            "start": 1136108188,
            "stop": 1136108394
        },
        {
            "start": 1136108396,
            "stop": 1136108527
        },
        {
            "start": 1136108529,
            "stop": 1136108623
        },
        {
            "start": 1136108625,
            "stop": 1136108653
        },
        {
            "start": 1136108655,
            "stop": 1136108852
        },
        {
            "start": 1136108854,
            "stop": 1136108856
        },
        {
            "start": 1136108858,
            "stop": 1136108895
        },
        {
            "start": 1136108897,
            "stop": 1136109000
        },
        {
            "start": 1136109002,
            "stop": 1136109230
        },
        {
            "start": 1136109232,
            "stop": 1136109243
        },
        {
            "start": 1136117801,
            "stop": 1136117804
        },
        {
            "start": 1136117806,
            "stop": 1136117859
        }
    ]
}