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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=224",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 225,
    "results": [
        {
            "start": 842485559,
            "stop": 842492053
        },
        {
            "start": 842496378,
            "stop": 842496790
        },
        {
            "start": 842497090,
            "stop": 842511395
        },
        {
            "start": 842513152,
            "stop": 842521450
        },
        {
            "start": 842523087,
            "stop": 842558348
        },
        {
            "start": 842558350,
            "stop": 842561499
        },
        {
            "start": 842563436,
            "stop": 842586502
        },
        {
            "start": 842587812,
            "stop": 842587864
        },
        {
            "start": 842587892,
            "stop": 842635607
        },
        {
            "start": 842635608,
            "stop": 842641544
        },
        {
            "start": 842641546,
            "stop": 842646435
        },
        {
            "start": 842646683,
            "stop": 842647445
        },
        {
            "start": 842647447,
            "stop": 842647466
        },
        {
            "start": 842647468,
            "stop": 842650378
        },
        {
            "start": 842650380,
            "stop": 842650396
        },
        {
            "start": 842650398,
            "stop": 842652853
        },
        {
            "start": 842655221,
            "stop": 842658003
        },
        {
            "start": 842658143,
            "stop": 842666830
        },
        {
            "start": 842667130,
            "stop": 842670974
        },
        {
            "start": 842671371,
            "stop": 842678649
        }
    ]
}