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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40774",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40775,
    "results": [
        {
            "start": 874992503,
            "stop": 874992504
        },
        {
            "start": 874992505,
            "stop": 874992506
        },
        {
            "start": 874992507,
            "stop": 874992514
        },
        {
            "start": 874992515,
            "stop": 874992516
        },
        {
            "start": 874992519,
            "stop": 874992540
        },
        {
            "start": 874992541,
            "stop": 874992551
        },
        {
            "start": 874992553,
            "stop": 874992567
        },
        {
            "start": 874992568,
            "stop": 874992573
        },
        {
            "start": 874992574,
            "stop": 874992603
        },
        {
            "start": 874992604,
            "stop": 874992605
        },
        {
            "start": 874992607,
            "stop": 874992613
        },
        {
            "start": 874992615,
            "stop": 874992628
        },
        {
            "start": 874992629,
            "stop": 874992639
        },
        {
            "start": 874992640,
            "stop": 874992641
        },
        {
            "start": 874992643,
            "stop": 874992678
        },
        {
            "start": 874992679,
            "stop": 874992681
        },
        {
            "start": 874992683,
            "stop": 874992690
        },
        {
            "start": 874992691,
            "stop": 874992692
        },
        {
            "start": 874992694,
            "stop": 874992748
        },
        {
            "start": 874992749,
            "stop": 874992750
        }
    ]
}