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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33176",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33177,
    "results": [
        {
            "start": 970779133,
            "stop": 970779330
        },
        {
            "start": 970779331,
            "stop": 970779721
        },
        {
            "start": 970779724,
            "stop": 970780296
        },
        {
            "start": 970780299,
            "stop": 970781051
        },
        {
            "start": 970781052,
            "stop": 970781822
        },
        {
            "start": 970781825,
            "stop": 970781975
        },
        {
            "start": 970781978,
            "stop": 970782083
        },
        {
            "start": 970782086,
            "stop": 970782183
        },
        {
            "start": 970782186,
            "stop": 970782204
        },
        {
            "start": 970782207,
            "stop": 970782748
        },
        {
            "start": 970782751,
            "stop": 970782764
        },
        {
            "start": 970782767,
            "stop": 970783027
        },
        {
            "start": 970783028,
            "stop": 970783044
        },
        {
            "start": 970783045,
            "stop": 970783141
        },
        {
            "start": 970783144,
            "stop": 970784083
        },
        {
            "start": 970784086,
            "stop": 970784267
        },
        {
            "start": 970784270,
            "stop": 970784586
        },
        {
            "start": 970784587,
            "stop": 970785245
        },
        {
            "start": 970785248,
            "stop": 970785824
        },
        {
            "start": 970785827,
            "stop": 970786097
        }
    ]
}