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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5255",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5253",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5254,
    "results": [
        {
            "start": 1137062784,
            "stop": 1137062861
        },
        {
            "start": 1137062863,
            "stop": 1137062865
        },
        {
            "start": 1137062868,
            "stop": 1137062869
        },
        {
            "start": 1137062873,
            "stop": 1137062880
        },
        {
            "start": 1137062882,
            "stop": 1137062883
        },
        {
            "start": 1137062885,
            "stop": 1137062962
        },
        {
            "start": 1137062964,
            "stop": 1137063045
        },
        {
            "start": 1137063047,
            "stop": 1137063049
        },
        {
            "start": 1137063051,
            "stop": 1137063062
        },
        {
            "start": 1137063064,
            "stop": 1137063117
        },
        {
            "start": 1137063119,
            "stop": 1137063162
        },
        {
            "start": 1137063168,
            "stop": 1137063210
        },
        {
            "start": 1137063212,
            "stop": 1137063214
        },
        {
            "start": 1137063216,
            "stop": 1137063240
        },
        {
            "start": 1137063242,
            "stop": 1137063246
        },
        {
            "start": 1137063247,
            "stop": 1137063248
        },
        {
            "start": 1137063251,
            "stop": 1137063253
        },
        {
            "start": 1137063255,
            "stop": 1137063257
        },
        {
            "start": 1137063259,
            "stop": 1137063262
        },
        {
            "start": 1137063264,
            "stop": 1137063294
        }
    ]
}