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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7372",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7373,
    "results": [
        {
            "start": 969491188,
            "stop": 969492240
        },
        {
            "start": 969492243,
            "stop": 969493297
        },
        {
            "start": 969493308,
            "stop": 969494246
        },
        {
            "start": 969494249,
            "stop": 969494784
        },
        {
            "start": 969494787,
            "stop": 969495321
        },
        {
            "start": 969495327,
            "stop": 969495328
        },
        {
            "start": 969495349,
            "stop": 969496956
        },
        {
            "start": 969496959,
            "stop": 969497149
        },
        {
            "start": 969497152,
            "stop": 969497585
        },
        {
            "start": 969497588,
            "stop": 969497754
        },
        {
            "start": 969497757,
            "stop": 969497987
        },
        {
            "start": 969497990,
            "stop": 969500817
        },
        {
            "start": 969500820,
            "stop": 969501627
        },
        {
            "start": 969501631,
            "stop": 969503150
        },
        {
            "start": 969503153,
            "stop": 969503396
        },
        {
            "start": 969503399,
            "stop": 969503410
        },
        {
            "start": 969503413,
            "stop": 969503625
        },
        {
            "start": 969503628,
            "stop": 969506064
        },
        {
            "start": 969508725,
            "stop": 969508778
        },
        {
            "start": 969508781,
            "stop": 969508840
        }
    ]
}