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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 118,
    "results": [
        {
            "start": 931351887,
            "stop": 931351970
        },
        {
            "start": 931351972,
            "stop": 931351986
        },
        {
            "start": 931351988,
            "stop": 931352013
        },
        {
            "start": 931352014,
            "stop": 931352049
        },
        {
            "start": 931352050,
            "stop": 931352060
        },
        {
            "start": 931352062,
            "stop": 931352137
        },
        {
            "start": 931352138,
            "stop": 931352236
        },
        {
            "start": 931352237,
            "stop": 931352311
        },
        {
            "start": 931352313,
            "stop": 931352316
        },
        {
            "start": 931352318,
            "stop": 931352319
        },
        {
            "start": 931352321,
            "stop": 931352322
        },
        {
            "start": 931352327,
            "stop": 931352332
        },
        {
            "start": 931352335,
            "stop": 931352357
        },
        {
            "start": 931352359,
            "stop": 931352415
        },
        {
            "start": 931352775,
            "stop": 931352876
        },
        {
            "start": 931352877,
            "stop": 931352885
        },
        {
            "start": 931352886,
            "stop": 931352904
        },
        {
            "start": 931352906,
            "stop": 931352927
        },
        {
            "start": 931352928,
            "stop": 931352978
        },
        {
            "start": 931352982,
            "stop": 931353120
        }
    ]
}