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=5160
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=5161",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5159",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5160,
    "results": [
        {
            "start": 1136998127,
            "stop": 1136998132
        },
        {
            "start": 1136998134,
            "stop": 1136998138
        },
        {
            "start": 1136998140,
            "stop": 1136998150
        },
        {
            "start": 1136998152,
            "stop": 1136998158
        },
        {
            "start": 1136998160,
            "stop": 1136998162
        },
        {
            "start": 1136998164,
            "stop": 1136998171
        },
        {
            "start": 1136998173,
            "stop": 1136998184
        },
        {
            "start": 1136998186,
            "stop": 1136998195
        },
        {
            "start": 1136998198,
            "stop": 1136998250
        },
        {
            "start": 1136998252,
            "stop": 1136998269
        },
        {
            "start": 1136998271,
            "stop": 1136998282
        },
        {
            "start": 1136998284,
            "stop": 1136998293
        },
        {
            "start": 1136998295,
            "stop": 1136998302
        },
        {
            "start": 1136998304,
            "stop": 1136998314
        },
        {
            "start": 1136998316,
            "stop": 1136998321
        },
        {
            "start": 1136998323,
            "stop": 1136998357
        },
        {
            "start": 1136998360,
            "stop": 1136998397
        },
        {
            "start": 1136998400,
            "stop": 1136998402
        },
        {
            "start": 1136998403,
            "stop": 1136998415
        },
        {
            "start": 1136998416,
            "stop": 1136998426
        }
    ]
}