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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=367",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 368,
    "results": [
        {
            "start": 821759535,
            "stop": 821759537
        },
        {
            "start": 821759540,
            "stop": 821759561
        },
        {
            "start": 821759564,
            "stop": 821759571
        },
        {
            "start": 821759574,
            "stop": 821759575
        },
        {
            "start": 821759578,
            "stop": 821759581
        },
        {
            "start": 821759584,
            "stop": 821759585
        },
        {
            "start": 821759593,
            "stop": 821759596
        },
        {
            "start": 821759601,
            "stop": 821759603
        },
        {
            "start": 821759606,
            "stop": 821759612
        },
        {
            "start": 821759615,
            "stop": 821759626
        },
        {
            "start": 821759633,
            "stop": 821759634
        },
        {
            "start": 821759637,
            "stop": 821759644
        },
        {
            "start": 821759647,
            "stop": 821759649
        },
        {
            "start": 821759652,
            "stop": 821759659
        },
        {
            "start": 821759670,
            "stop": 821759673
        },
        {
            "start": 821759676,
            "stop": 821759677
        },
        {
            "start": 821759680,
            "stop": 821759684
        },
        {
            "start": 821759687,
            "stop": 821759690
        },
        {
            "start": 821759697,
            "stop": 821759709
        },
        {
            "start": 821759713,
            "stop": 821759723
        }
    ]
}