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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=305",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 306,
    "results": [
        {
            "start": 860040495,
            "stop": 860040501
        },
        {
            "start": 860040505,
            "stop": 860060461
        },
        {
            "start": 860062829,
            "stop": 860083949
        },
        {
            "start": 860083954,
            "stop": 860083979
        },
        {
            "start": 860083983,
            "stop": 860084022
        },
        {
            "start": 860084026,
            "stop": 860084113
        },
        {
            "start": 860084117,
            "stop": 860084262
        },
        {
            "start": 860084266,
            "stop": 860089196
        },
        {
            "start": 860089205,
            "stop": 860089215
        },
        {
            "start": 860089219,
            "stop": 860091110
        },
        {
            "start": 860110767,
            "stop": 860125252
        },
        {
            "start": 860125256,
            "stop": 860125852
        },
        {
            "start": 860125861,
            "stop": 860125876
        },
        {
            "start": 860125890,
            "stop": 860125906
        },
        {
            "start": 860125910,
            "stop": 860125915
        },
        {
            "start": 860125919,
            "stop": 860125929
        },
        {
            "start": 860125938,
            "stop": 860146977
        },
        {
            "start": 860146981,
            "stop": 860147233
        },
        {
            "start": 860147237,
            "stop": 860147667
        },
        {
            "start": 860147671,
            "stop": 860147687
        }
    ]
}