Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46686
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46685",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46686,
    "results": [
        {
            "start": 875046746,
            "stop": 875046775
        },
        {
            "start": 875046777,
            "stop": 875046779
        },
        {
            "start": 875046783,
            "stop": 875046796
        },
        {
            "start": 875046798,
            "stop": 875046799
        },
        {
            "start": 875046800,
            "stop": 875046802
        },
        {
            "start": 875046805,
            "stop": 875046806
        },
        {
            "start": 875046807,
            "stop": 875046809
        },
        {
            "start": 875046810,
            "stop": 875046816
        },
        {
            "start": 875046817,
            "stop": 875046821
        },
        {
            "start": 875046822,
            "stop": 875046823
        },
        {
            "start": 875046825,
            "stop": 875046830
        },
        {
            "start": 875046831,
            "stop": 875046838
        },
        {
            "start": 875046839,
            "stop": 875046845
        },
        {
            "start": 875046846,
            "stop": 875046853
        },
        {
            "start": 875046854,
            "stop": 875046863
        },
        {
            "start": 875046864,
            "stop": 875046868
        },
        {
            "start": 875046870,
            "stop": 875046884
        },
        {
            "start": 875046885,
            "stop": 875046891
        },
        {
            "start": 875046892,
            "stop": 875046900
        },
        {
            "start": 875046901,
            "stop": 875046902
        }
    ]
}