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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=16",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 17,
    "results": [
        {
            "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
        },
        {
            "start": 931508696,
            "stop": 931508699
        },
        {
            "start": 931508771,
            "stop": 931508785
        },
        {
            "start": 931508890,
            "stop": 931508903
        },
        {
            "start": 931509150,
            "stop": 931509151
        },
        {
            "start": 931509196,
            "stop": 931509198
        }
    ]
}