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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=264",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 265,
    "results": [
        {
            "start": 1177135183,
            "stop": 1177135301
        },
        {
            "start": 1177135302,
            "stop": 1177135366
        },
        {
            "start": 1177135367,
            "stop": 1177135704
        },
        {
            "start": 1177135705,
            "stop": 1177135706
        },
        {
            "start": 1177135708,
            "stop": 1177135718
        },
        {
            "start": 1177135719,
            "stop": 1177136037
        },
        {
            "start": 1177136038,
            "stop": 1177136039
        },
        {
            "start": 1177136042,
            "stop": 1177136331
        },
        {
            "start": 1177136335,
            "stop": 1177136408
        },
        {
            "start": 1177136410,
            "stop": 1177136412
        },
        {
            "start": 1177136413,
            "stop": 1177136414
        },
        {
            "start": 1177136415,
            "stop": 1177136416
        },
        {
            "start": 1177136417,
            "stop": 1177136425
        },
        {
            "start": 1177136426,
            "stop": 1177136628
        },
        {
            "start": 1177136629,
            "stop": 1177136631
        },
        {
            "start": 1177136635,
            "stop": 1177136664
        },
        {
            "start": 1177136665,
            "stop": 1177136682
        },
        {
            "start": 1177136685,
            "stop": 1177136686
        },
        {
            "start": 1177136691,
            "stop": 1177136753
        },
        {
            "start": 1177136754,
            "stop": 1177136857
        }
    ]
}