Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=108
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=107",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 108,
    "results": [
        {
            "start": 830393821,
            "stop": 830393847
        },
        {
            "start": 830401892,
            "stop": 830415970
        },
        {
            "start": 830416052,
            "stop": 830416674
        },
        {
            "start": 830416786,
            "stop": 830428428
        },
        {
            "start": 830429008,
            "stop": 830434110
        },
        {
            "start": 830434954,
            "stop": 830437173
        },
        {
            "start": 830437837,
            "stop": 830440457
        },
        {
            "start": 830441058,
            "stop": 830450737
        },
        {
            "start": 830451335,
            "stop": 830452098
        },
        {
            "start": 830452793,
            "stop": 830460592
        },
        {
            "start": 830462461,
            "stop": 830462650
        },
        {
            "start": 830463307,
            "stop": 830463345
        },
        {
            "start": 830463665,
            "stop": 830464723
        },
        {
            "start": 830465510,
            "stop": 830469243
        },
        {
            "start": 830470062,
            "stop": 830490876
        },
        {
            "start": 830491196,
            "stop": 830491596
        },
        {
            "start": 830494997,
            "stop": 830496830
        },
        {
            "start": 830496979,
            "stop": 830505451
        },
        {
            "start": 830505596,
            "stop": 830510457
        },
        {
            "start": 830510556,
            "stop": 830510561
        }
    ]
}