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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=337",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 338,
    "results": [
        {
            "start": 950603476,
            "stop": 950606752
        },
        {
            "start": 950608628,
            "stop": 950613798
        },
        {
            "start": 950616535,
            "stop": 950635361
        },
        {
            "start": 950666417,
            "stop": 950666762
        },
        {
            "start": 950669955,
            "stop": 950671365
        },
        {
            "start": 950675738,
            "stop": 950681000
        },
        {
            "start": 950681146,
            "stop": 950695572
        },
        {
            "start": 950697229,
            "stop": 950719699
        },
        {
            "start": 950724276,
            "stop": 950727404
        },
        {
            "start": 950727410,
            "stop": 950744705
        },
        {
            "start": 950752681,
            "stop": 950753198
        },
        {
            "start": 950774055,
            "stop": 950807122
        },
        {
            "start": 950807128,
            "stop": 950821819
        },
        {
            "start": 950827710,
            "stop": 950840217
        },
        {
            "start": 950840223,
            "stop": 950840262
        },
        {
            "start": 950840268,
            "stop": 950840366
        },
        {
            "start": 950840372,
            "stop": 950840394
        },
        {
            "start": 950840402,
            "stop": 950840415
        },
        {
            "start": 950843186,
            "stop": 950844351
        },
        {
            "start": 950844357,
            "stop": 950846141
        }
    ]
}