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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5745",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5746,
    "results": [
        {
            "start": 874618699,
            "stop": 874618700
        },
        {
            "start": 874618703,
            "stop": 874618723
        },
        {
            "start": 874618726,
            "stop": 874618731
        },
        {
            "start": 874618734,
            "stop": 874618757
        },
        {
            "start": 874618760,
            "stop": 874618765
        },
        {
            "start": 874618768,
            "stop": 874618778
        },
        {
            "start": 874618781,
            "stop": 874618810
        },
        {
            "start": 874618813,
            "stop": 874618820
        },
        {
            "start": 874618823,
            "stop": 874618825
        },
        {
            "start": 874618832,
            "stop": 874618837
        },
        {
            "start": 874618842,
            "stop": 874618898
        },
        {
            "start": 874618901,
            "stop": 874618902
        },
        {
            "start": 874618905,
            "stop": 874618913
        },
        {
            "start": 874618919,
            "stop": 874618944
        },
        {
            "start": 874618947,
            "stop": 874618961
        },
        {
            "start": 874618969,
            "stop": 874618972
        },
        {
            "start": 874618975,
            "stop": 874618995
        },
        {
            "start": 874619002,
            "stop": 874619015
        },
        {
            "start": 874619019,
            "stop": 874619037
        },
        {
            "start": 874619040,
            "stop": 874619057
        }
    ]
}