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=14868
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=14869",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14867",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14868,
    "results": [
        {
            "start": 971410380,
            "stop": 971410388
        },
        {
            "start": 971410389,
            "stop": 971410390
        },
        {
            "start": 971410391,
            "stop": 971410397
        },
        {
            "start": 971410408,
            "stop": 971410413
        },
        {
            "start": 971410415,
            "stop": 971410417
        },
        {
            "start": 971410421,
            "stop": 971410423
        },
        {
            "start": 971410427,
            "stop": 971410428
        },
        {
            "start": 971410429,
            "stop": 971410431
        },
        {
            "start": 971410432,
            "stop": 971410433
        },
        {
            "start": 971410434,
            "stop": 971410435
        },
        {
            "start": 971410436,
            "stop": 971410439
        },
        {
            "start": 971410440,
            "stop": 971410444
        },
        {
            "start": 971410446,
            "stop": 971410449
        },
        {
            "start": 971410451,
            "stop": 971410452
        },
        {
            "start": 971410454,
            "stop": 971410458
        },
        {
            "start": 971410461,
            "stop": 971410462
        },
        {
            "start": 971410463,
            "stop": 971410464
        },
        {
            "start": 971410465,
            "stop": 971410466
        },
        {
            "start": 971410468,
            "stop": 971410470
        },
        {
            "start": 971410474,
            "stop": 971410479
        }
    ]
}