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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33282",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33283,
    "results": [
        {
            "start": 971001567,
            "stop": 971001579
        },
        {
            "start": 971001581,
            "stop": 971001584
        },
        {
            "start": 971001585,
            "stop": 971001597
        },
        {
            "start": 971001598,
            "stop": 971001605
        },
        {
            "start": 971001606,
            "stop": 971001668
        },
        {
            "start": 971001669,
            "stop": 971001675
        },
        {
            "start": 971001676,
            "stop": 971001724
        },
        {
            "start": 971001725,
            "stop": 971001730
        },
        {
            "start": 971001733,
            "stop": 971001747
        },
        {
            "start": 971001750,
            "stop": 971001752
        },
        {
            "start": 971001754,
            "stop": 971001761
        },
        {
            "start": 971001762,
            "stop": 971001766
        },
        {
            "start": 971001767,
            "stop": 971001775
        },
        {
            "start": 971001776,
            "stop": 971001785
        },
        {
            "start": 971001786,
            "stop": 971001792
        },
        {
            "start": 971001793,
            "stop": 971001808
        },
        {
            "start": 971001811,
            "stop": 971001823
        },
        {
            "start": 971001824,
            "stop": 971001834
        },
        {
            "start": 971001836,
            "stop": 971001856
        },
        {
            "start": 971001859,
            "stop": 971001867
        }
    ]
}