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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=734",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 735,
    "results": [
        {
            "start": 855123003,
            "stop": 855152170
        },
        {
            "start": 855152172,
            "stop": 855158564
        },
        {
            "start": 855159802,
            "stop": 855173051
        },
        {
            "start": 855173053,
            "stop": 855199350
        },
        {
            "start": 855199410,
            "stop": 855199438
        },
        {
            "start": 855199941,
            "stop": 855220470
        },
        {
            "start": 855220530,
            "stop": 855220547
        },
        {
            "start": 855222208,
            "stop": 855233689
        },
        {
            "start": 855233691,
            "stop": 855241053
        },
        {
            "start": 855241055,
            "stop": 855243006
        },
        {
            "start": 855243953,
            "stop": 855258330
        },
        {
            "start": 855259194,
            "stop": 855268098
        },
        {
            "start": 855268763,
            "stop": 855312076
        },
        {
            "start": 855313576,
            "stop": 855339286
        },
        {
            "start": 855339287,
            "stop": 855352842
        },
        {
            "start": 855360456,
            "stop": 855414018
        },
        {
            "start": 855416553,
            "stop": 855417626
        },
        {
            "start": 855459213,
            "stop": 855461310
        },
        {
            "start": 855462027,
            "stop": 855476969
        },
        {
            "start": 855478896,
            "stop": 855485422
        }
    ]
}