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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=374",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 375,
    "results": [
        {
            "start": 857734511,
            "stop": 857734515
        },
        {
            "start": 857734520,
            "stop": 857734521
        },
        {
            "start": 857734523,
            "stop": 857734527
        },
        {
            "start": 857734535,
            "stop": 857734537
        },
        {
            "start": 857734543,
            "stop": 857734568
        },
        {
            "start": 857734570,
            "stop": 857734729
        },
        {
            "start": 857734731,
            "stop": 857734760
        },
        {
            "start": 857734762,
            "stop": 857734763
        },
        {
            "start": 857734765,
            "stop": 857734800
        },
        {
            "start": 857734801,
            "stop": 857734804
        },
        {
            "start": 857734808,
            "stop": 857734823
        },
        {
            "start": 857734911,
            "stop": 857735084
        },
        {
            "start": 857735086,
            "stop": 857735089
        },
        {
            "start": 857735090,
            "stop": 857735093
        },
        {
            "start": 857735095,
            "stop": 857735097
        },
        {
            "start": 857735099,
            "stop": 857735109
        },
        {
            "start": 857735112,
            "stop": 857735113
        },
        {
            "start": 857735115,
            "stop": 857735125
        },
        {
            "start": 857735126,
            "stop": 857735132
        },
        {
            "start": 857735134,
            "stop": 857735149
        }
    ]
}