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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=311",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 312,
    "results": [
        {
            "start": 1264889385,
            "stop": 1264889386
        },
        {
            "start": 1264889390,
            "stop": 1264889404
        },
        {
            "start": 1264889406,
            "stop": 1264889407
        },
        {
            "start": 1264889408,
            "stop": 1264889409
        },
        {
            "start": 1264889410,
            "stop": 1264889431
        },
        {
            "start": 1264889433,
            "stop": 1264889435
        },
        {
            "start": 1264889437,
            "stop": 1264889438
        },
        {
            "start": 1264889439,
            "stop": 1264889442
        },
        {
            "start": 1264889443,
            "stop": 1264889445
        },
        {
            "start": 1264889448,
            "stop": 1264889449
        },
        {
            "start": 1264889451,
            "stop": 1264889474
        },
        {
            "start": 1264889479,
            "stop": 1264889480
        },
        {
            "start": 1264889481,
            "stop": 1264889483
        },
        {
            "start": 1264889484,
            "stop": 1264889491
        },
        {
            "start": 1264889495,
            "stop": 1264889500
        },
        {
            "start": 1264889503,
            "stop": 1264889504
        },
        {
            "start": 1264889507,
            "stop": 1264889509
        },
        {
            "start": 1264889515,
            "stop": 1264889517
        },
        {
            "start": 1264889518,
            "stop": 1264889528
        },
        {
            "start": 1264889530,
            "stop": 1264889555
        }
    ]
}