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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2076",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2077,
    "results": [
        {
            "start": 862814025,
            "stop": 862814369
        },
        {
            "start": 862814669,
            "stop": 862834197
        },
        {
            "start": 862834203,
            "stop": 862840957
        },
        {
            "start": 862840963,
            "stop": 862845282
        },
        {
            "start": 862845288,
            "stop": 862849023
        },
        {
            "start": 862849026,
            "stop": 862853507
        },
        {
            "start": 862853513,
            "stop": 862853517
        },
        {
            "start": 862853523,
            "stop": 862853535
        },
        {
            "start": 862853540,
            "stop": 862853610
        },
        {
            "start": 862853615,
            "stop": 862855260
        },
        {
            "start": 862855718,
            "stop": 862857304
        },
        {
            "start": 862857604,
            "stop": 862858223
        },
        {
            "start": 862858736,
            "stop": 862863405
        },
        {
            "start": 862863420,
            "stop": 862863432
        },
        {
            "start": 862863438,
            "stop": 862863452
        },
        {
            "start": 862863458,
            "stop": 862865560
        },
        {
            "start": 862865568,
            "stop": 862865595
        },
        {
            "start": 862865600,
            "stop": 862869831
        },
        {
            "start": 862870295,
            "stop": 862870313
        },
        {
            "start": 862871876,
            "stop": 862872193
        }
    ]
}