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=7172
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=7173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7171",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7172,
    "results": [
        {
            "start": 874482320,
            "stop": 874482447
        },
        {
            "start": 874482448,
            "stop": 874482451
        },
        {
            "start": 874482452,
            "stop": 874482581
        },
        {
            "start": 874482582,
            "stop": 874482585
        },
        {
            "start": 874482586,
            "stop": 874482843
        },
        {
            "start": 874482844,
            "stop": 874482968
        },
        {
            "start": 874482969,
            "stop": 874483049
        },
        {
            "start": 874483051,
            "stop": 874483155
        },
        {
            "start": 874483156,
            "stop": 874483189
        },
        {
            "start": 874483190,
            "stop": 874484037
        },
        {
            "start": 874484039,
            "stop": 874484130
        },
        {
            "start": 874484132,
            "stop": 874484568
        },
        {
            "start": 874484569,
            "stop": 874484756
        },
        {
            "start": 874484758,
            "stop": 874485698
        },
        {
            "start": 874485699,
            "stop": 874486185
        },
        {
            "start": 874486186,
            "stop": 874486415
        },
        {
            "start": 874486417,
            "stop": 874486947
        },
        {
            "start": 874486948,
            "stop": 874487586
        },
        {
            "start": 874487587,
            "stop": 874487726
        },
        {
            "start": 874487727,
            "stop": 874487991
        }
    ]
}