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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=443",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 444,
    "results": [
        {
            "start": 847814571,
            "stop": 847814588
        },
        {
            "start": 847814589,
            "stop": 847814590
        },
        {
            "start": 847814592,
            "stop": 847814597
        },
        {
            "start": 847814599,
            "stop": 847814636
        },
        {
            "start": 847814638,
            "stop": 847814680
        },
        {
            "start": 847814682,
            "stop": 847814695
        },
        {
            "start": 847814697,
            "stop": 847814712
        },
        {
            "start": 847814713,
            "stop": 847814742
        },
        {
            "start": 847815758,
            "stop": 847815770
        },
        {
            "start": 847815880,
            "stop": 847815898
        },
        {
            "start": 847816521,
            "stop": 847816536
        },
        {
            "start": 847816539,
            "stop": 847816540
        },
        {
            "start": 847816541,
            "stop": 847816543
        },
        {
            "start": 847816545,
            "stop": 847816556
        },
        {
            "start": 847816666,
            "stop": 847816668
        },
        {
            "start": 847816669,
            "stop": 847816671
        },
        {
            "start": 847816672,
            "stop": 847816744
        },
        {
            "start": 847816746,
            "stop": 847816753
        },
        {
            "start": 847816754,
            "stop": 847816792
        },
        {
            "start": 847818929,
            "stop": 847818941
        }
    ]
}