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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=8",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 9,
    "results": [
        {
            "start": 815456378,
            "stop": 815456690
        },
        {
            "start": 815457216,
            "stop": 815458676
        },
        {
            "start": 815466304,
            "stop": 815470933
        },
        {
            "start": 815471953,
            "stop": 815480173
        },
        {
            "start": 815480225,
            "stop": 815480226
        },
        {
            "start": 815533002,
            "stop": 815533215
        },
        {
            "start": 815533392,
            "stop": 815533523
        },
        {
            "start": 815533909,
            "stop": 815533948
        },
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        },
        {
            "start": 815563790,
            "stop": 815571762
        },
        {
            "start": 815576075,
            "stop": 815603078
        },
        {
            "start": 815604477,
            "stop": 815607778
        },
        {
            "start": 815607781,
            "stop": 815609744
        },
        {
            "start": 815609747,
            "stop": 815610493
        },
        {
            "start": 815616627,
            "stop": 815620202
        },
        {
            "start": 815623237,
            "stop": 815626093
        },
        {
            "start": 815627414,
            "stop": 815635933
        },
        {
            "start": 815637315,
            "stop": 815643272
        }
    ]
}