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=40590
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=40591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40589",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40590,
    "results": [
        {
            "start": 874877552,
            "stop": 874877559
        },
        {
            "start": 874877560,
            "stop": 874877584
        },
        {
            "start": 874877585,
            "stop": 874877598
        },
        {
            "start": 874877599,
            "stop": 874877619
        },
        {
            "start": 874877620,
            "stop": 874877626
        },
        {
            "start": 874877630,
            "stop": 874877640
        },
        {
            "start": 874877760,
            "stop": 874877776
        },
        {
            "start": 874877777,
            "stop": 874877803
        },
        {
            "start": 874877804,
            "stop": 874877810
        },
        {
            "start": 874877812,
            "stop": 874877820
        },
        {
            "start": 874877940,
            "stop": 874877956
        },
        {
            "start": 874877957,
            "stop": 874877982
        },
        {
            "start": 874877984,
            "stop": 874877987
        },
        {
            "start": 874877988,
            "stop": 874877999
        },
        {
            "start": 874878000,
            "stop": 874878051
        },
        {
            "start": 874878052,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874879904
        },
        {
            "start": 874879905,
            "stop": 874879910
        },
        {
            "start": 874879911,
            "stop": 874879915
        },
        {
            "start": 874879916,
            "stop": 874879917
        }
    ]
}