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=463
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=464",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=462",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 463,
    "results": [
        {
            "start": 1183151690,
            "stop": 1183151744
        },
        {
            "start": 1183151746,
            "stop": 1183151753
        },
        {
            "start": 1183151755,
            "stop": 1183152040
        },
        {
            "start": 1183152042,
            "stop": 1183152129
        },
        {
            "start": 1183152131,
            "stop": 1183152193
        },
        {
            "start": 1183152195,
            "stop": 1183152196
        },
        {
            "start": 1183152213,
            "stop": 1183152358
        },
        {
            "start": 1183152362,
            "stop": 1183152421
        },
        {
            "start": 1183152424,
            "stop": 1183152426
        },
        {
            "start": 1183152428,
            "stop": 1183152448
        },
        {
            "start": 1183152450,
            "stop": 1183152465
        },
        {
            "start": 1183152468,
            "stop": 1183152524
        },
        {
            "start": 1183152527,
            "stop": 1183152532
        },
        {
            "start": 1183152535,
            "stop": 1183152537
        },
        {
            "start": 1183152538,
            "stop": 1183152591
        },
        {
            "start": 1183152596,
            "stop": 1183152597
        },
        {
            "start": 1183152599,
            "stop": 1183152606
        },
        {
            "start": 1183152610,
            "stop": 1183152612
        },
        {
            "start": 1183152616,
            "stop": 1183152664
        },
        {
            "start": 1183152666,
            "stop": 1183152901
        }
    ]
}