Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=15",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 16,
    "results": [
        {
            "start": 931507371,
            "stop": 931507382
        },
        {
            "start": 931507407,
            "stop": 931507414
        },
        {
            "start": 931507433,
            "stop": 931507467
        },
        {
            "start": 931507542,
            "stop": 931507544
        },
        {
            "start": 931507577,
            "stop": 931507591
        },
        {
            "start": 931507628,
            "stop": 931507636
        },
        {
            "start": 931507680,
            "stop": 931507695
        },
        {
            "start": 931507731,
            "stop": 931507733
        },
        {
            "start": 931507840,
            "stop": 931507843
        },
        {
            "start": 931507869,
            "stop": 931507893
        },
        {
            "start": 931507924,
            "stop": 931507944
        },
        {
            "start": 931508008,
            "stop": 931508014
        },
        {
            "start": 931508055,
            "stop": 931508060
        },
        {
            "start": 931508088,
            "stop": 931508097
        },
        {
            "start": 931508126,
            "stop": 931508129
        },
        {
            "start": 931508168,
            "stop": 931508169
        },
        {
            "start": 931508246,
            "stop": 931508247
        },
        {
            "start": 931508343,
            "stop": 931508349
        },
        {
            "start": 931508549,
            "stop": 931508573
        },
        {
            "start": 931508638,
            "stop": 931508642
        }
    ]
}