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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33282",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33280",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33281,
    "results": [
        {
            "start": 971000870,
            "stop": 971000871
        },
        {
            "start": 971000872,
            "stop": 971000911
        },
        {
            "start": 971000913,
            "stop": 971000930
        },
        {
            "start": 971000934,
            "stop": 971000936
        },
        {
            "start": 971000937,
            "stop": 971000959
        },
        {
            "start": 971000960,
            "stop": 971000967
        },
        {
            "start": 971000970,
            "stop": 971000987
        },
        {
            "start": 971000988,
            "stop": 971000998
        },
        {
            "start": 971000999,
            "stop": 971001001
        },
        {
            "start": 971001004,
            "stop": 971001012
        },
        {
            "start": 971001015,
            "stop": 971001052
        },
        {
            "start": 971001053,
            "stop": 971001062
        },
        {
            "start": 971001063,
            "stop": 971001064
        },
        {
            "start": 971001067,
            "stop": 971001078
        },
        {
            "start": 971001080,
            "stop": 971001085
        },
        {
            "start": 971001086,
            "stop": 971001113
        },
        {
            "start": 971001114,
            "stop": 971001124
        },
        {
            "start": 971001125,
            "stop": 971001132
        },
        {
            "start": 971001133,
            "stop": 971001147
        },
        {
            "start": 971001148,
            "stop": 971001156
        }
    ]
}