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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=525",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 526,
    "results": [
        {
            "start": 827294895,
            "stop": 827332358
        },
        {
            "start": 827332359,
            "stop": 827336634
        },
        {
            "start": 827336635,
            "stop": 827352913
        },
        {
            "start": 827354685,
            "stop": 827355923
        },
        {
            "start": 827356458,
            "stop": 827364313
        },
        {
            "start": 827370304,
            "stop": 827370433
        },
        {
            "start": 827371463,
            "stop": 827373553
        },
        {
            "start": 827377783,
            "stop": 827378568
        },
        {
            "start": 827385358,
            "stop": 827385424
        },
        {
            "start": 827387164,
            "stop": 827424038
        },
        {
            "start": 827424039,
            "stop": 827459094
        },
        {
            "start": 827459097,
            "stop": 827459607
        },
        {
            "start": 827459610,
            "stop": 827461993
        },
        {
            "start": 827462762,
            "stop": 827465053
        },
        {
            "start": 827465785,
            "stop": 827466433
        },
        {
            "start": 827467529,
            "stop": 827503813
        },
        {
            "start": 827504769,
            "stop": 827506075
        },
        {
            "start": 827506077,
            "stop": 827512939
        },
        {
            "start": 827514491,
            "stop": 827514936
        },
        {
            "start": 827515256,
            "stop": 827515340
        }
    ]
}