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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=377",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 378,
    "results": [
        {
            "start": 1180388422,
            "stop": 1180388519
        },
        {
            "start": 1180388521,
            "stop": 1180388524
        },
        {
            "start": 1180388525,
            "stop": 1180388526
        },
        {
            "start": 1180388527,
            "stop": 1180388528
        },
        {
            "start": 1180388531,
            "stop": 1180388534
        },
        {
            "start": 1180388537,
            "stop": 1180388576
        },
        {
            "start": 1180388578,
            "stop": 1180388584
        },
        {
            "start": 1180388585,
            "stop": 1180388586
        },
        {
            "start": 1180388587,
            "stop": 1180388592
        },
        {
            "start": 1180388597,
            "stop": 1180388635
        },
        {
            "start": 1180388636,
            "stop": 1180388637
        },
        {
            "start": 1180388638,
            "stop": 1180388641
        },
        {
            "start": 1180388643,
            "stop": 1180388644
        },
        {
            "start": 1180388646,
            "stop": 1180388648
        },
        {
            "start": 1180388649,
            "stop": 1180388651
        },
        {
            "start": 1180388654,
            "stop": 1180388673
        },
        {
            "start": 1180388675,
            "stop": 1180388683
        },
        {
            "start": 1180388684,
            "stop": 1180388734
        },
        {
            "start": 1180388736,
            "stop": 1180388737
        },
        {
            "start": 1180388738,
            "stop": 1180388744
        }
    ]
}