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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=253",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 254,
    "results": [
        {
            "start": 853955305,
            "stop": 853955382
        },
        {
            "start": 853955682,
            "stop": 853957606
        },
        {
            "start": 853957696,
            "stop": 853957916
        },
        {
            "start": 853957923,
            "stop": 853958238
        },
        {
            "start": 853958245,
            "stop": 853962236
        },
        {
            "start": 854013754,
            "stop": 854041710
        },
        {
            "start": 854041870,
            "stop": 854043389
        },
        {
            "start": 854046197,
            "stop": 854050638
        },
        {
            "start": 854082332,
            "stop": 854086616
        },
        {
            "start": 854086916,
            "stop": 854086955
        },
        {
            "start": 854087065,
            "stop": 854087085
        },
        {
            "start": 854088142,
            "stop": 854088408
        },
        {
            "start": 854088708,
            "stop": 854114568
        },
        {
            "start": 854114586,
            "stop": 854115809
        },
        {
            "start": 854115815,
            "stop": 854122137
        },
        {
            "start": 854122156,
            "stop": 854123074
        },
        {
            "start": 854124617,
            "stop": 854128854
        },
        {
            "start": 854128873,
            "stop": 854128881
        },
        {
            "start": 854129041,
            "stop": 854165816
        },
        {
            "start": 854165835,
            "stop": 854171874
        }
    ]
}