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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=256",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 257,
    "results": [
        {
            "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": 934392786
        },
        {
            "start": 934392789,
            "stop": 934392801
        },
        {
            "start": 934392804,
            "stop": 934392817
        },
        {
            "start": 934392819,
            "stop": 934392831
        },
        {
            "start": 934392834,
            "stop": 934392951
        },
        {
            "start": 934392955,
            "stop": 934393146
        },
        {
            "start": 934393149,
            "stop": 934393236
        },
        {
            "start": 934393239,
            "stop": 934393251
        },
        {
            "start": 934393254,
            "stop": 934393266
        },
        {
            "start": 934393269,
            "stop": 934393282
        },
        {
            "start": 934393284,
            "stop": 934393296
        },
        {
            "start": 934393299,
            "stop": 934393311
        },
        {
            "start": 934393314,
            "stop": 934393911
        }
    ]
}