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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=18",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 19,
    "results": [
        {
            "start": 931054953,
            "stop": 931054961
        },
        {
            "start": 931054962,
            "stop": 931054964
        },
        {
            "start": 931054965,
            "stop": 931054966
        },
        {
            "start": 931054970,
            "stop": 931054975
        },
        {
            "start": 931054977,
            "stop": 931054979
        },
        {
            "start": 931054980,
            "stop": 931054983
        },
        {
            "start": 931054985,
            "stop": 931054986
        },
        {
            "start": 931054987,
            "stop": 931054989
        },
        {
            "start": 931054990,
            "stop": 931054991
        },
        {
            "start": 931054992,
            "stop": 931054996
        },
        {
            "start": 931054998,
            "stop": 931054999
        },
        {
            "start": 931055004,
            "stop": 931055008
        },
        {
            "start": 931055009,
            "stop": 931055013
        },
        {
            "start": 931055016,
            "stop": 931055019
        },
        {
            "start": 931055023,
            "stop": 931055024
        },
        {
            "start": 931055025,
            "stop": 931055026
        },
        {
            "start": 931055027,
            "stop": 931055028
        },
        {
            "start": 931055029,
            "stop": 931055031
        },
        {
            "start": 931055032,
            "stop": 931055041
        },
        {
            "start": 931055043,
            "stop": 931055045
        }
    ]
}