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/S5/timelines/L1_CW_CAT1/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/S5/timelines/L1_CW_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=44",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 45,
    "results": [
        {
            "start": 822388342,
            "stop": 822398057
        },
        {
            "start": 822398136,
            "stop": 822400153
        },
        {
            "start": 822400158,
            "stop": 822400160
        },
        {
            "start": 822400296,
            "stop": 822402313
        },
        {
            "start": 822402317,
            "stop": 822402318
        },
        {
            "start": 822402511,
            "stop": 822403552
        },
        {
            "start": 822404159,
            "stop": 822406554
        },
        {
            "start": 822408266,
            "stop": 822417433
        },
        {
            "start": 822434628,
            "stop": 822447402
        },
        {
            "start": 822447443,
            "stop": 822447676
        },
        {
            "start": 822447746,
            "stop": 822459893
        },
        {
            "start": 822460550,
            "stop": 822463093
        },
        {
            "start": 822464187,
            "stop": 822471791
        },
        {
            "start": 822474508,
            "stop": 822481933
        },
        {
            "start": 822481967,
            "stop": 822481969
        },
        {
            "start": 822482034,
            "stop": 822489177
        },
        {
            "start": 822489453,
            "stop": 822490194
        },
        {
            "start": 822490295,
            "stop": 822498778
        },
        {
            "start": 822509255,
            "stop": 822510613
        },
        {
            "start": 822511572,
            "stop": 822513364
        }
    ]
}