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=14915
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=14916",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14914",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14915,
    "results": [
        {
            "start": 971525423,
            "stop": 971525486
        },
        {
            "start": 971525490,
            "stop": 971525542
        },
        {
            "start": 971525543,
            "stop": 971525659
        },
        {
            "start": 971525662,
            "stop": 971525730
        },
        {
            "start": 971525758,
            "stop": 971525759
        },
        {
            "start": 971525766,
            "stop": 971525769
        },
        {
            "start": 971525777,
            "stop": 971525788
        },
        {
            "start": 971525791,
            "stop": 971525800
        },
        {
            "start": 971525803,
            "stop": 971525805
        },
        {
            "start": 971525808,
            "stop": 971525809
        },
        {
            "start": 971525811,
            "stop": 971525814
        },
        {
            "start": 971525816,
            "stop": 971525824
        },
        {
            "start": 971525826,
            "stop": 971525828
        },
        {
            "start": 971525829,
            "stop": 971525847
        },
        {
            "start": 971525849,
            "stop": 971525854
        },
        {
            "start": 971525856,
            "stop": 971525882
        },
        {
            "start": 971525884,
            "stop": 971525899
        },
        {
            "start": 971525901,
            "stop": 971525903
        },
        {
            "start": 971525906,
            "stop": 971525910
        },
        {
            "start": 971525912,
            "stop": 971525913
        }
    ]
}