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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46689",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46690,
    "results": [
        {
            "start": 875047613,
            "stop": 875047617
        },
        {
            "start": 875047619,
            "stop": 875047633
        },
        {
            "start": 875047635,
            "stop": 875047638
        },
        {
            "start": 875047639,
            "stop": 875047644
        },
        {
            "start": 875047645,
            "stop": 875047651
        },
        {
            "start": 875047652,
            "stop": 875047676
        },
        {
            "start": 875047679,
            "stop": 875047707
        },
        {
            "start": 875047708,
            "stop": 875047721
        },
        {
            "start": 875047723,
            "stop": 875047727
        },
        {
            "start": 875047728,
            "stop": 875047757
        },
        {
            "start": 875047758,
            "stop": 875047763
        },
        {
            "start": 875047764,
            "stop": 875047767
        },
        {
            "start": 875047768,
            "stop": 875047775
        },
        {
            "start": 875047776,
            "stop": 875047780
        },
        {
            "start": 875047781,
            "stop": 875047803
        },
        {
            "start": 875047805,
            "stop": 875047814
        },
        {
            "start": 875047815,
            "stop": 875047818
        },
        {
            "start": 875047819,
            "stop": 875047846
        },
        {
            "start": 875047847,
            "stop": 875047861
        },
        {
            "start": 875047863,
            "stop": 875047867
        }
    ]
}