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=733
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=734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=732",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 733,
    "results": [
        {
            "start": 854667569,
            "stop": 854705250
        },
        {
            "start": 854705310,
            "stop": 854705323
        },
        {
            "start": 854706346,
            "stop": 854706510
        },
        {
            "start": 854707221,
            "stop": 854744359
        },
        {
            "start": 854744360,
            "stop": 854751210
        },
        {
            "start": 854751270,
            "stop": 854751271
        },
        {
            "start": 854752774,
            "stop": 854770236
        },
        {
            "start": 854771300,
            "stop": 854794530
        },
        {
            "start": 854794979,
            "stop": 854811668
        },
        {
            "start": 854811669,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854829929
        },
        {
            "start": 854829931,
            "stop": 854829932
        },
        {
            "start": 854829934,
            "stop": 854830113
        },
        {
            "start": 854830974,
            "stop": 854836817
        },
        {
            "start": 854836820,
            "stop": 854837379
        },
        {
            "start": 854837382,
            "stop": 854908922
        },
        {
            "start": 854908924,
            "stop": 854910445
        },
        {
            "start": 854911430,
            "stop": 854913456
        },
        {
            "start": 854913458,
            "stop": 854916995
        },
        {
            "start": 854918105,
            "stop": 854919025
        }
    ]
}