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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=406",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 407,
    "results": [
        {
            "start": 938439799,
            "stop": 938439805
        },
        {
            "start": 938443267,
            "stop": 938448349
        },
        {
            "start": 938451380,
            "stop": 938452223
        },
        {
            "start": 938501272,
            "stop": 938503864
        },
        {
            "start": 938533176,
            "stop": 938534426
        },
        {
            "start": 938537469,
            "stop": 938541710
        },
        {
            "start": 938597964,
            "stop": 938610736
        },
        {
            "start": 938620069,
            "stop": 938623923
        },
        {
            "start": 938629763,
            "stop": 938632362
        },
        {
            "start": 938634128,
            "stop": 938634303
        },
        {
            "start": 938636512,
            "stop": 938643103
        },
        {
            "start": 938650871,
            "stop": 938665487
        },
        {
            "start": 938665489,
            "stop": 938680208
        },
        {
            "start": 938681540,
            "stop": 938681648
        },
        {
            "start": 938684218,
            "stop": 938684990
        },
        {
            "start": 938686353,
            "stop": 938687305
        },
        {
            "start": 938698765,
            "stop": 938699310
        },
        {
            "start": 938703016,
            "stop": 938703498
        },
        {
            "start": 938752801,
            "stop": 938772062
        },
        {
            "start": 938774560,
            "stop": 938783400
        }
    ]
}