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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=147",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 148,
    "results": [
        {
            "start": 1176729657,
            "stop": 1176729709
        },
        {
            "start": 1176729711,
            "stop": 1176729712
        },
        {
            "start": 1176729716,
            "stop": 1176729717
        },
        {
            "start": 1176729723,
            "stop": 1176729755
        },
        {
            "start": 1176729760,
            "stop": 1176729788
        },
        {
            "start": 1176729789,
            "stop": 1176729792
        },
        {
            "start": 1176729794,
            "stop": 1176729878
        },
        {
            "start": 1176729882,
            "stop": 1176729884
        },
        {
            "start": 1176729886,
            "stop": 1176729887
        },
        {
            "start": 1176729889,
            "stop": 1176729891
        },
        {
            "start": 1176729909,
            "stop": 1176729997
        },
        {
            "start": 1176730000,
            "stop": 1176730009
        },
        {
            "start": 1176730019,
            "stop": 1176730021
        },
        {
            "start": 1176730022,
            "stop": 1176730037
        },
        {
            "start": 1176730038,
            "stop": 1176730045
        },
        {
            "start": 1176730055,
            "stop": 1176730064
        },
        {
            "start": 1176730066,
            "stop": 1176730071
        },
        {
            "start": 1176730072,
            "stop": 1176730073
        },
        {
            "start": 1176730074,
            "stop": 1176730075
        },
        {
            "start": 1176730078,
            "stop": 1176730144
        }
    ]
}