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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=262",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 263,
    "results": [
        {
            "start": 931775663,
            "stop": 931775677
        },
        {
            "start": 931775679,
            "stop": 931775688
        },
        {
            "start": 931775691,
            "stop": 931775706
        },
        {
            "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": 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
        }
    ]
}