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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=44",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 45,
    "results": [
        {
            "start": 941505195,
            "stop": 941507873
        },
        {
            "start": 941510091,
            "stop": 941511923
        },
        {
            "start": 941513359,
            "stop": 941515298
        },
        {
            "start": 941522819,
            "stop": 941523936
        },
        {
            "start": 941525815,
            "stop": 941525845
        },
        {
            "start": 941526530,
            "stop": 941529289
        },
        {
            "start": 941531294,
            "stop": 941533674
        },
        {
            "start": 941534986,
            "stop": 941535441
        },
        {
            "start": 941536962,
            "stop": 941537357
        },
        {
            "start": 941540324,
            "stop": 941540369
        },
        {
            "start": 941541005,
            "stop": 941541729
        },
        {
            "start": 941670562,
            "stop": 941670564
        },
        {
            "start": 941670569,
            "stop": 941670572
        },
        {
            "start": 941670589,
            "stop": 941670590
        },
        {
            "start": 941670603,
            "stop": 941670605
        },
        {
            "start": 941670619,
            "stop": 941670621
        },
        {
            "start": 941674771,
            "stop": 941675951
        },
        {
            "start": 941679323,
            "stop": 941679649
        },
        {
            "start": 941680425,
            "stop": 941681115
        },
        {
            "start": 941681704,
            "stop": 941681722
        }
    ]
}