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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1153",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1151",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1152,
    "results": [
        {
            "start": 1136514866,
            "stop": 1136514872
        },
        {
            "start": 1136514875,
            "stop": 1136514878
        },
        {
            "start": 1136514881,
            "stop": 1136514895
        },
        {
            "start": 1136514898,
            "stop": 1136514912
        },
        {
            "start": 1136514915,
            "stop": 1136514925
        },
        {
            "start": 1136514928,
            "stop": 1136514940
        },
        {
            "start": 1136514943,
            "stop": 1136514950
        },
        {
            "start": 1136514953,
            "stop": 1136514960
        },
        {
            "start": 1136514963,
            "stop": 1136514966
        },
        {
            "start": 1136514969,
            "stop": 1136514981
        },
        {
            "start": 1136514984,
            "stop": 1136515005
        },
        {
            "start": 1136515008,
            "stop": 1136515015
        },
        {
            "start": 1136515018,
            "stop": 1136515026
        },
        {
            "start": 1136515029,
            "stop": 1136515055
        },
        {
            "start": 1136515058,
            "stop": 1136515067
        },
        {
            "start": 1136515068,
            "stop": 1136523013
        },
        {
            "start": 1136523014,
            "stop": 1136526004
        },
        {
            "start": 1136526008,
            "stop": 1136527323
        },
        {
            "start": 1136527329,
            "stop": 1136527333
        },
        {
            "start": 1136528553,
            "stop": 1136534097
        }
    ]
}