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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 125,
    "results": [
        {
            "start": 931369694,
            "stop": 931369879
        },
        {
            "start": 931369881,
            "stop": 931369892
        },
        {
            "start": 931369894,
            "stop": 931369901
        },
        {
            "start": 931369903,
            "stop": 931369905
        },
        {
            "start": 931369906,
            "stop": 931369908
        },
        {
            "start": 931369911,
            "stop": 931369912
        },
        {
            "start": 931369922,
            "stop": 931369923
        },
        {
            "start": 931369924,
            "stop": 931369925
        },
        {
            "start": 931369927,
            "stop": 931369930
        },
        {
            "start": 931369932,
            "stop": 931369937
        },
        {
            "start": 931369939,
            "stop": 931369942
        },
        {
            "start": 931369944,
            "stop": 931369949
        },
        {
            "start": 931369952,
            "stop": 931369962
        },
        {
            "start": 931369963,
            "stop": 931370095
        },
        {
            "start": 931370096,
            "stop": 931370311
        },
        {
            "start": 931370313,
            "stop": 931370376
        },
        {
            "start": 931370377,
            "stop": 931370415
        },
        {
            "start": 931370775,
            "stop": 931370843
        },
        {
            "start": 931370845,
            "stop": 931370863
        },
        {
            "start": 931370864,
            "stop": 931370915
        }
    ]
}