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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1585
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1586",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1584",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1585,
    "results": [
        {
            "start": 952903085,
            "stop": 952903303
        },
        {
            "start": 952903305,
            "stop": 952904179
        },
        {
            "start": 952904180,
            "stop": 952905959
        },
        {
            "start": 952905960,
            "stop": 952906020
        },
        {
            "start": 952906022,
            "stop": 952907520
        },
        {
            "start": 952907522,
            "stop": 952907572
        },
        {
            "start": 952907573,
            "stop": 952908856
        },
        {
            "start": 952908857,
            "stop": 952912145
        },
        {
            "start": 952912147,
            "stop": 952918120
        },
        {
            "start": 952918122,
            "stop": 952919565
        },
        {
            "start": 952919567,
            "stop": 952919717
        },
        {
            "start": 952919719,
            "stop": 952924278
        },
        {
            "start": 952924280,
            "stop": 952925878
        },
        {
            "start": 952925880,
            "stop": 952926098
        },
        {
            "start": 952926100,
            "stop": 952933091
        },
        {
            "start": 952933093,
            "stop": 952933158
        },
        {
            "start": 952933160,
            "stop": 952938462
        },
        {
            "start": 952938464,
            "stop": 952939277
        },
        {
            "start": 952939279,
            "stop": 952939701
        },
        {
            "start": 952939703,
            "stop": 952941872
        }
    ]
}