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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=135",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 136,
    "results": [
        {
            "start": 1176634462,
            "stop": 1176639392
        },
        {
            "start": 1176639393,
            "stop": 1176639581
        },
        {
            "start": 1176639583,
            "stop": 1176652937
        },
        {
            "start": 1176677340,
            "stop": 1176677950
        },
        {
            "start": 1176678171,
            "stop": 1176678413
        },
        {
            "start": 1176678415,
            "stop": 1176696867
        },
        {
            "start": 1176697416,
            "stop": 1176698363
        },
        {
            "start": 1176698365,
            "stop": 1176700085
        },
        {
            "start": 1176700086,
            "stop": 1176700768
        },
        {
            "start": 1176700770,
            "stop": 1176703191
        },
        {
            "start": 1176705965,
            "stop": 1176710851
        },
        {
            "start": 1176710853,
            "stop": 1176718183
        },
        {
            "start": 1176718184,
            "stop": 1176718195
        },
        {
            "start": 1176718196,
            "stop": 1176718203
        },
        {
            "start": 1176718204,
            "stop": 1176718205
        },
        {
            "start": 1176718206,
            "stop": 1176718207
        },
        {
            "start": 1176718208,
            "stop": 1176718272
        },
        {
            "start": 1176718275,
            "stop": 1176718295
        },
        {
            "start": 1176718297,
            "stop": 1176718298
        },
        {
            "start": 1176718306,
            "stop": 1176718316
        }
    ]
}