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=14864
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=14865",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14863",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14864,
    "results": [
        {
            "start": 971409892,
            "stop": 971409902
        },
        {
            "start": 971409904,
            "stop": 971409906
        },
        {
            "start": 971409909,
            "stop": 971409912
        },
        {
            "start": 971409913,
            "stop": 971409917
        },
        {
            "start": 971409919,
            "stop": 971409924
        },
        {
            "start": 971409926,
            "stop": 971409930
        },
        {
            "start": 971409933,
            "stop": 971409941
        },
        {
            "start": 971409943,
            "stop": 971409946
        },
        {
            "start": 971409948,
            "stop": 971409950
        },
        {
            "start": 971409951,
            "stop": 971409954
        },
        {
            "start": 971409955,
            "stop": 971409962
        },
        {
            "start": 971409964,
            "stop": 971409966
        },
        {
            "start": 971409967,
            "stop": 971409969
        },
        {
            "start": 971409972,
            "stop": 971409974
        },
        {
            "start": 971409976,
            "stop": 971409979
        },
        {
            "start": 971409981,
            "stop": 971409987
        },
        {
            "start": 971409991,
            "stop": 971409993
        },
        {
            "start": 971409994,
            "stop": 971409996
        },
        {
            "start": 971409998,
            "stop": 971410001
        },
        {
            "start": 971410003,
            "stop": 971410011
        }
    ]
}