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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=549",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 550,
    "results": [
        {
            "start": 830393531,
            "stop": 830393588
        },
        {
            "start": 830393661,
            "stop": 830393751
        },
        {
            "start": 830393821,
            "stop": 830393847
        },
        {
            "start": 830401892,
            "stop": 830415969
        },
        {
            "start": 830416052,
            "stop": 830416633
        },
        {
            "start": 830416672,
            "stop": 830416674
        },
        {
            "start": 830416786,
            "stop": 830428428
        },
        {
            "start": 830429008,
            "stop": 830434093
        },
        {
            "start": 830434954,
            "stop": 830437153
        },
        {
            "start": 830437837,
            "stop": 830440453
        },
        {
            "start": 830441058,
            "stop": 830450713
        },
        {
            "start": 830451335,
            "stop": 830452098
        },
        {
            "start": 830452793,
            "stop": 830460592
        },
        {
            "start": 830462461,
            "stop": 830462650
        },
        {
            "start": 830463307,
            "stop": 830463345
        },
        {
            "start": 830463665,
            "stop": 830464723
        },
        {
            "start": 830465510,
            "stop": 830469242
        },
        {
            "start": 830470062,
            "stop": 830486369
        },
        {
            "start": 830486370,
            "stop": 830490876
        },
        {
            "start": 830491196,
            "stop": 830491596
        }
    ]
}