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=5139
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=5140",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5138",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5139,
    "results": [
        {
            "start": 1136014582,
            "stop": 1136014724
        },
        {
            "start": 1136014726,
            "stop": 1136014742
        },
        {
            "start": 1136014744,
            "stop": 1136014906
        },
        {
            "start": 1136014908,
            "stop": 1136014927
        },
        {
            "start": 1136014929,
            "stop": 1136014934
        },
        {
            "start": 1136014936,
            "stop": 1136015095
        },
        {
            "start": 1136015097,
            "stop": 1136015277
        },
        {
            "start": 1136075159,
            "stop": 1136075279
        },
        {
            "start": 1136075281,
            "stop": 1136075293
        },
        {
            "start": 1136075295,
            "stop": 1136075311
        },
        {
            "start": 1136075313,
            "stop": 1136075932
        },
        {
            "start": 1136075934,
            "stop": 1136076802
        },
        {
            "start": 1136076804,
            "stop": 1136076814
        },
        {
            "start": 1136076816,
            "stop": 1136076848
        },
        {
            "start": 1136076850,
            "stop": 1136076886
        },
        {
            "start": 1136076888,
            "stop": 1136077008
        },
        {
            "start": 1136077010,
            "stop": 1136077054
        },
        {
            "start": 1136077056,
            "stop": 1136077128
        },
        {
            "start": 1136077130,
            "stop": 1136078328
        },
        {
            "start": 1136078330,
            "stop": 1136078565
        }
    ]
}