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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=161",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 162,
    "results": [
        {
            "start": 932562484,
            "stop": 932562489
        },
        {
            "start": 932562490,
            "stop": 932562498
        },
        {
            "start": 932562517,
            "stop": 932562519
        },
        {
            "start": 932562520,
            "stop": 932562529
        },
        {
            "start": 932562531,
            "stop": 932562532
        },
        {
            "start": 932562533,
            "stop": 932562553
        },
        {
            "start": 932562554,
            "stop": 932562559
        },
        {
            "start": 932562564,
            "stop": 932562578
        },
        {
            "start": 932562581,
            "stop": 932562587
        },
        {
            "start": 932562589,
            "stop": 932562595
        },
        {
            "start": 932562596,
            "stop": 932562610
        },
        {
            "start": 932562612,
            "stop": 932562613
        },
        {
            "start": 932562615,
            "stop": 932562618
        },
        {
            "start": 932562619,
            "stop": 932562634
        },
        {
            "start": 932562647,
            "stop": 932562648
        },
        {
            "start": 932562650,
            "stop": 932562657
        },
        {
            "start": 932562659,
            "stop": 932562663
        },
        {
            "start": 932562666,
            "stop": 932562670
        },
        {
            "start": 932562672,
            "stop": 932562680
        },
        {
            "start": 932562682,
            "stop": 932562688
        }
    ]
}