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=14931
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=14932",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14930",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14931,
    "results": [
        {
            "start": 971564220,
            "stop": 971564301
        },
        {
            "start": 971564302,
            "stop": 971564427
        },
        {
            "start": 971564429,
            "stop": 971564638
        },
        {
            "start": 971564641,
            "stop": 971564677
        },
        {
            "start": 971564678,
            "stop": 971564684
        },
        {
            "start": 971564686,
            "stop": 971564797
        },
        {
            "start": 971564798,
            "stop": 971564839
        },
        {
            "start": 971564840,
            "stop": 971564870
        },
        {
            "start": 971564871,
            "stop": 971564882
        },
        {
            "start": 971564884,
            "stop": 971564887
        },
        {
            "start": 971564889,
            "stop": 971564962
        },
        {
            "start": 971564963,
            "stop": 971565169
        },
        {
            "start": 971565171,
            "stop": 971565194
        },
        {
            "start": 971565196,
            "stop": 971565230
        },
        {
            "start": 971565231,
            "stop": 971565312
        },
        {
            "start": 971565313,
            "stop": 971565322
        },
        {
            "start": 971565324,
            "stop": 971565362
        },
        {
            "start": 971565363,
            "stop": 971565370
        },
        {
            "start": 971565372,
            "stop": 971565377
        },
        {
            "start": 971565380,
            "stop": 971565385
        }
    ]
}