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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=134",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 135,
    "results": [
        {
            "start": 825943319,
            "stop": 825943338
        },
        {
            "start": 825943341,
            "stop": 825943350
        },
        {
            "start": 825943352,
            "stop": 825943356
        },
        {
            "start": 825943360,
            "stop": 825943362
        },
        {
            "start": 825943363,
            "stop": 825943377
        },
        {
            "start": 825943378,
            "stop": 825943380
        },
        {
            "start": 825943383,
            "stop": 825943386
        },
        {
            "start": 825943388,
            "stop": 825943404
        },
        {
            "start": 825943406,
            "stop": 825943414
        },
        {
            "start": 825943416,
            "stop": 825943420
        },
        {
            "start": 825943423,
            "stop": 825943429
        },
        {
            "start": 825943431,
            "stop": 825943435
        },
        {
            "start": 825943437,
            "stop": 825943439
        },
        {
            "start": 825943441,
            "stop": 825943445
        },
        {
            "start": 825943449,
            "stop": 825943459
        },
        {
            "start": 825943461,
            "stop": 825943465
        },
        {
            "start": 825943468,
            "stop": 825943484
        },
        {
            "start": 825943486,
            "stop": 825943492
        },
        {
            "start": 825943497,
            "stop": 825943513
        },
        {
            "start": 825943516,
            "stop": 825943519
        }
    ]
}