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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2055",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2056,
    "results": [
        {
            "start": 861124263,
            "stop": 861124310
        },
        {
            "start": 861146030,
            "stop": 861148677
        },
        {
            "start": 861149102,
            "stop": 861150581
        },
        {
            "start": 861150815,
            "stop": 861151149
        },
        {
            "start": 861151337,
            "stop": 861155835
        },
        {
            "start": 861156213,
            "stop": 861157184
        },
        {
            "start": 861157488,
            "stop": 861158550
        },
        {
            "start": 861159397,
            "stop": 861159902
        },
        {
            "start": 861160677,
            "stop": 861160751
        },
        {
            "start": 861161010,
            "stop": 861162747
        },
        {
            "start": 861163775,
            "stop": 861164486
        },
        {
            "start": 861164638,
            "stop": 861164883
        },
        {
            "start": 861166282,
            "stop": 861167184
        },
        {
            "start": 861167414,
            "stop": 861168329
        },
        {
            "start": 861168680,
            "stop": 861169682
        },
        {
            "start": 861169901,
            "stop": 861172920
        },
        {
            "start": 861172980,
            "stop": 861173546
        },
        {
            "start": 861174312,
            "stop": 861175500
        },
        {
            "start": 861176734,
            "stop": 861176779
        },
        {
            "start": 861177067,
            "stop": 861178246
        }
    ]
}