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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=331",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 332,
    "results": [
        {
            "start": 931775708,
            "stop": 931775749
        },
        {
            "start": 931775751,
            "stop": 931775834
        },
        {
            "start": 931775836,
            "stop": 931775868
        },
        {
            "start": 931775870,
            "stop": 931775884
        },
        {
            "start": 931775888,
            "stop": 931775902
        },
        {
            "start": 931775904,
            "stop": 931775905
        },
        {
            "start": 931775907,
            "stop": 931775936
        },
        {
            "start": 931775940,
            "stop": 931776023
        },
        {
            "start": 931776024,
            "stop": 931776146
        },
        {
            "start": 931776147,
            "stop": 931776151
        },
        {
            "start": 931776153,
            "stop": 931776166
        },
        {
            "start": 931776168,
            "stop": 931776260
        },
        {
            "start": 931776262,
            "stop": 931776275
        },
        {
            "start": 931776280,
            "stop": 931776281
        },
        {
            "start": 931776284,
            "stop": 931776362
        },
        {
            "start": 931776790,
            "stop": 931776808
        },
        {
            "start": 931776809,
            "stop": 931776833
        },
        {
            "start": 931776835,
            "stop": 931776850
        },
        {
            "start": 931776852,
            "stop": 931776988
        },
        {
            "start": 931776990,
            "stop": 931776996
        }
    ]
}