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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=871",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=869",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 870,
    "results": [
        {
            "start": 966962093,
            "stop": 966967662
        },
        {
            "start": 966969606,
            "stop": 966971455
        },
        {
            "start": 966973218,
            "stop": 966974559
        },
        {
            "start": 966977392,
            "stop": 966994037
        },
        {
            "start": 966995186,
            "stop": 967001514
        },
        {
            "start": 967002238,
            "stop": 967005013
        },
        {
            "start": 967005019,
            "stop": 967015888
        },
        {
            "start": 967015894,
            "stop": 967019264
        },
        {
            "start": 967019269,
            "stop": 967020406
        },
        {
            "start": 967020411,
            "stop": 967023273
        },
        {
            "start": 967025906,
            "stop": 967028041
        },
        {
            "start": 967028047,
            "stop": 967028636
        },
        {
            "start": 967028642,
            "stop": 967029014
        },
        {
            "start": 967029020,
            "stop": 967029316
        },
        {
            "start": 967030518,
            "stop": 967031040
        },
        {
            "start": 967031046,
            "stop": 967032055
        },
        {
            "start": 967033145,
            "stop": 967033896
        },
        {
            "start": 967034912,
            "stop": 967040522
        },
        {
            "start": 967043001,
            "stop": 967056660
        },
        {
            "start": 967063849,
            "stop": 967075790
        }
    ]
}