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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40558",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40559,
    "results": [
        {
            "start": 874836264,
            "stop": 874836265
        },
        {
            "start": 874836266,
            "stop": 874836385
        },
        {
            "start": 874836386,
            "stop": 874836407
        },
        {
            "start": 874836408,
            "stop": 874836418
        },
        {
            "start": 874836420,
            "stop": 874836440
        },
        {
            "start": 874836441,
            "stop": 874836461
        },
        {
            "start": 874836463,
            "stop": 874836493
        },
        {
            "start": 874836494,
            "stop": 874836625
        },
        {
            "start": 874836626,
            "stop": 874836631
        },
        {
            "start": 874836633,
            "stop": 874836652
        },
        {
            "start": 874836654,
            "stop": 874836674
        },
        {
            "start": 874836676,
            "stop": 874836737
        },
        {
            "start": 874836739,
            "stop": 874836844
        },
        {
            "start": 874836846,
            "stop": 874836892
        },
        {
            "start": 874836894,
            "stop": 874836950
        },
        {
            "start": 874836952,
            "stop": 874836972
        },
        {
            "start": 874836974,
            "stop": 874837047
        },
        {
            "start": 874837048,
            "stop": 874837105
        },
        {
            "start": 874837107,
            "stop": 874837111
        },
        {
            "start": 874837112,
            "stop": 874837185
        }
    ]
}