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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=80",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 81,
    "results": [
        {
            "start": 822723595,
            "stop": 822725807
        },
        {
            "start": 822726759,
            "stop": 822732720
        },
        {
            "start": 822733223,
            "stop": 822734942
        },
        {
            "start": 822737091,
            "stop": 822737893
        },
        {
            "start": 822738938,
            "stop": 822758230
        },
        {
            "start": 822773473,
            "stop": 822804913
        },
        {
            "start": 822806054,
            "stop": 822806060
        },
        {
            "start": 822806064,
            "stop": 822806174
        },
        {
            "start": 822806178,
            "stop": 822806184
        },
        {
            "start": 822806261,
            "stop": 822806271
        },
        {
            "start": 822806276,
            "stop": 822806281
        },
        {
            "start": 822806294,
            "stop": 822806297
        },
        {
            "start": 822806363,
            "stop": 822806367
        },
        {
            "start": 822806371,
            "stop": 822806393
        },
        {
            "start": 822814273,
            "stop": 822814693
        },
        {
            "start": 822815593,
            "stop": 822822268
        },
        {
            "start": 822822276,
            "stop": 822826824
        },
        {
            "start": 822826833,
            "stop": 822827196
        },
        {
            "start": 822827200,
            "stop": 822827899
        },
        {
            "start": 822827903,
            "stop": 822827981
        }
    ]
}