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=7161
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=7162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7160",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7161,
    "results": [
        {
            "start": 874434548,
            "stop": 874434708
        },
        {
            "start": 874434709,
            "stop": 874434735
        },
        {
            "start": 874434736,
            "stop": 874434972
        },
        {
            "start": 874434973,
            "stop": 874435433
        },
        {
            "start": 874435434,
            "stop": 874435465
        },
        {
            "start": 874435466,
            "stop": 874435716
        },
        {
            "start": 874435717,
            "stop": 874435787
        },
        {
            "start": 874435788,
            "stop": 874436287
        },
        {
            "start": 874436288,
            "stop": 874436474
        },
        {
            "start": 874436475,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439125
        },
        {
            "start": 874439126,
            "stop": 874439652
        },
        {
            "start": 874439653,
            "stop": 874439964
        },
        {
            "start": 874439965,
            "stop": 874439970
        },
        {
            "start": 874440353,
            "stop": 874440357
        },
        {
            "start": 874440358,
            "stop": 874440644
        },
        {
            "start": 874440646,
            "stop": 874440648
        },
        {
            "start": 874440651,
            "stop": 874440652
        },
        {
            "start": 874440654,
            "stop": 874440655
        },
        {
            "start": 874440657,
            "stop": 874440662
        }
    ]
}