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=33239
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=33240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33238",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33239,
    "results": [
        {
            "start": 970981985,
            "stop": 970982036
        },
        {
            "start": 970982037,
            "stop": 970982061
        },
        {
            "start": 970982062,
            "stop": 970982131
        },
        {
            "start": 970982134,
            "stop": 970982156
        },
        {
            "start": 970982157,
            "stop": 970982163
        },
        {
            "start": 970982164,
            "stop": 970982167
        },
        {
            "start": 970982170,
            "stop": 970982180
        },
        {
            "start": 970982183,
            "stop": 970982214
        },
        {
            "start": 970982215,
            "stop": 970982225
        },
        {
            "start": 970982226,
            "stop": 970982243
        },
        {
            "start": 970982244,
            "stop": 970982266
        },
        {
            "start": 970982267,
            "stop": 970982274
        },
        {
            "start": 970982278,
            "stop": 970982279
        },
        {
            "start": 970982282,
            "stop": 970982318
        },
        {
            "start": 970982319,
            "stop": 970982334
        },
        {
            "start": 970982337,
            "stop": 970982405
        },
        {
            "start": 970982406,
            "stop": 970982445
        },
        {
            "start": 970982446,
            "stop": 970982463
        },
        {
            "start": 970982464,
            "stop": 970982552
        },
        {
            "start": 970982555,
            "stop": 970982563
        }
    ]
}