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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=265",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 266,
    "results": [
        {
            "start": 934387733,
            "stop": 934389002
        },
        {
            "start": 934389122,
            "stop": 934389428
        },
        {
            "start": 934389548,
            "stop": 934389981
        },
        {
            "start": 934389983,
            "stop": 934390815
        },
        {
            "start": 934391055,
            "stop": 934391271
        },
        {
            "start": 934391275,
            "stop": 934391286
        },
        {
            "start": 934391289,
            "stop": 934391302
        },
        {
            "start": 934391304,
            "stop": 934391317
        },
        {
            "start": 934391320,
            "stop": 934391331
        },
        {
            "start": 934391334,
            "stop": 934391602
        },
        {
            "start": 934391604,
            "stop": 934391812
        },
        {
            "start": 934391814,
            "stop": 934392262
        },
        {
            "start": 934392264,
            "stop": 934392276
        },
        {
            "start": 934392279,
            "stop": 934392291
        },
        {
            "start": 934392294,
            "stop": 934392306
        },
        {
            "start": 934392309,
            "stop": 934392322
        },
        {
            "start": 934392324,
            "stop": 934392336
        },
        {
            "start": 934392339,
            "stop": 934392760
        },
        {
            "start": 934392880,
            "stop": 934392951
        },
        {
            "start": 934392955,
            "stop": 934393146
        }
    ]
}