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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=104",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 105,
    "results": [
        {
            "start": 1131149876,
            "stop": 1131149878
        },
        {
            "start": 1131149880,
            "stop": 1131149897
        },
        {
            "start": 1131149898,
            "stop": 1131149904
        },
        {
            "start": 1131149906,
            "stop": 1131149914
        },
        {
            "start": 1131149915,
            "stop": 1131149937
        },
        {
            "start": 1131149938,
            "stop": 1131149942
        },
        {
            "start": 1131149943,
            "stop": 1131149958
        },
        {
            "start": 1131149959,
            "stop": 1131149962
        },
        {
            "start": 1131149963,
            "stop": 1131149986
        },
        {
            "start": 1131149987,
            "stop": 1131149994
        },
        {
            "start": 1131149995,
            "stop": 1131149998
        },
        {
            "start": 1131149999,
            "stop": 1131150016
        },
        {
            "start": 1131150017,
            "stop": 1131150044
        },
        {
            "start": 1131150045,
            "stop": 1131150048
        },
        {
            "start": 1131150049,
            "stop": 1131150066
        },
        {
            "start": 1131150067,
            "stop": 1131150073
        },
        {
            "start": 1131150074,
            "stop": 1131150078
        },
        {
            "start": 1131150079,
            "stop": 1131150085
        },
        {
            "start": 1131150086,
            "stop": 1131150102
        },
        {
            "start": 1131150103,
            "stop": 1131150129
        }
    ]
}