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=890
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=891",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=889",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 890,
    "results": [
        {
            "start": 970150347,
            "stop": 970169527
        },
        {
            "start": 970171022,
            "stop": 970174373
        },
        {
            "start": 970175589,
            "stop": 970176363
        },
        {
            "start": 970177579,
            "stop": 970188688
        },
        {
            "start": 970190537,
            "stop": 970210104
        },
        {
            "start": 970211832,
            "stop": 970219927
        },
        {
            "start": 970221002,
            "stop": 970227397
        },
        {
            "start": 970228735,
            "stop": 970228774
        },
        {
            "start": 970230445,
            "stop": 970236113
        },
        {
            "start": 970242799,
            "stop": 970248863
        },
        {
            "start": 970277660,
            "stop": 970294488
        },
        {
            "start": 970296010,
            "stop": 970317030
        },
        {
            "start": 970317036,
            "stop": 970319312
        },
        {
            "start": 970373425,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970408161
        },
        {
            "start": 970408399,
            "stop": 970411290
        },
        {
            "start": 970412781,
            "stop": 970412965
        },
        {
            "start": 970415035,
            "stop": 970421813
        },
        {
            "start": 970450498,
            "stop": 970455214
        }
    ]
}