Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=16",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 17,
    "results": [
        {
            "start": 944966037,
            "stop": 944966150
        },
        {
            "start": 944967629,
            "stop": 944967742
        },
        {
            "start": 944968965,
            "stop": 944969078
        },
        {
            "start": 944971254,
            "stop": 944971366
        },
        {
            "start": 944972670,
            "stop": 944972782
        },
        {
            "start": 944974773,
            "stop": 944974886
        },
        {
            "start": 944976646,
            "stop": 944976758
        },
        {
            "start": 944978653,
            "stop": 944978766
        },
        {
            "start": 944981517,
            "stop": 944981630
        },
        {
            "start": 944984629,
            "stop": 944984742
        },
        {
            "start": 944986165,
            "stop": 944986278
        },
        {
            "start": 944992357,
            "stop": 944992470
        },
        {
            "start": 944993757,
            "stop": 944993870
        },
        {
            "start": 944996894,
            "stop": 944997006
        },
        {
            "start": 944998502,
            "stop": 944998614
        },
        {
            "start": 945000790,
            "stop": 945000902
        },
        {
            "start": 945003109,
            "stop": 945003222
        },
        {
            "start": 945006045,
            "stop": 945006158
        },
        {
            "start": 945007590,
            "stop": 945007702
        },
        {
            "start": 945010094,
            "stop": 945010254
        }
    ]
}