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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=152",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 153,
    "results": [
        {
            "start": 819817136,
            "stop": 819817888
        },
        {
            "start": 819817895,
            "stop": 819818661
        },
        {
            "start": 819818669,
            "stop": 819818683
        },
        {
            "start": 819818864,
            "stop": 819819236
        },
        {
            "start": 819819244,
            "stop": 819819465
        },
        {
            "start": 819819473,
            "stop": 819820240
        },
        {
            "start": 819820247,
            "stop": 819820671
        },
        {
            "start": 819820679,
            "stop": 819821539
        },
        {
            "start": 819821547,
            "stop": 819822475
        },
        {
            "start": 819822482,
            "stop": 819822536
        },
        {
            "start": 819822544,
            "stop": 819823318
        },
        {
            "start": 819823325,
            "stop": 819825112
        },
        {
            "start": 819825120,
            "stop": 819825373
        },
        {
            "start": 819828551,
            "stop": 819828731
        },
        {
            "start": 819828738,
            "stop": 819828897
        },
        {
            "start": 819828920,
            "stop": 819829903
        },
        {
            "start": 819829910,
            "stop": 819829974
        },
        {
            "start": 819830126,
            "stop": 819830310
        },
        {
            "start": 819830317,
            "stop": 819830729
        },
        {
            "start": 819830736,
            "stop": 819830863
        }
    ]
}