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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=366",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 367,
    "results": [
        {
            "start": 821759493,
            "stop": 821759496
        },
        {
            "start": 821759500,
            "stop": 821759504
        },
        {
            "start": 821759508,
            "stop": 821759510
        },
        {
            "start": 821759525,
            "stop": 821759527
        },
        {
            "start": 821759530,
            "stop": 821759532
        },
        {
            "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
        }
    ]
}