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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=160",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 161,
    "results": [
        {
            "start": 931135913,
            "stop": 931135918
        },
        {
            "start": 931135921,
            "stop": 931135922
        },
        {
            "start": 931135934,
            "stop": 931135936
        },
        {
            "start": 931135940,
            "stop": 931135941
        },
        {
            "start": 931135943,
            "stop": 931135947
        },
        {
            "start": 931135950,
            "stop": 931135953
        },
        {
            "start": 931135954,
            "stop": 931135961
        },
        {
            "start": 931135971,
            "stop": 931135972
        },
        {
            "start": 931135977,
            "stop": 931135978
        },
        {
            "start": 931135983,
            "stop": 931135985
        },
        {
            "start": 931135990,
            "stop": 931135991
        },
        {
            "start": 931135992,
            "stop": 931135994
        },
        {
            "start": 931135995,
            "stop": 931136003
        },
        {
            "start": 931136007,
            "stop": 931136012
        },
        {
            "start": 931136013,
            "stop": 931136015
        },
        {
            "start": 931136018,
            "stop": 931136023
        },
        {
            "start": 931136025,
            "stop": 931136026
        },
        {
            "start": 931136032,
            "stop": 931136037
        },
        {
            "start": 931136038,
            "stop": 931136039
        },
        {
            "start": 931136040,
            "stop": 931136043
        }
    ]
}