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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=293",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 294,
    "results": [
        {
            "start": 1181305417,
            "stop": 1181307184
        },
        {
            "start": 1181307186,
            "stop": 1181307240
        },
        {
            "start": 1181307480,
            "stop": 1181307960
        },
        {
            "start": 1181317321,
            "stop": 1181317759
        },
        {
            "start": 1181317760,
            "stop": 1181319122
        },
        {
            "start": 1181319124,
            "stop": 1181320172
        },
        {
            "start": 1181320173,
            "stop": 1181324034
        },
        {
            "start": 1181325038,
            "stop": 1181325088
        },
        {
            "start": 1181325089,
            "stop": 1181326699
        },
        {
            "start": 1181326701,
            "stop": 1181327856
        },
        {
            "start": 1181327857,
            "stop": 1181327917
        },
        {
            "start": 1181327919,
            "stop": 1181329869
        },
        {
            "start": 1181329870,
            "stop": 1181333335
        },
        {
            "start": 1181333336,
            "stop": 1181333606
        },
        {
            "start": 1181333607,
            "stop": 1181333916
        },
        {
            "start": 1181333917,
            "stop": 1181340309
        },
        {
            "start": 1181340310,
            "stop": 1181353695
        },
        {
            "start": 1181353696,
            "stop": 1181353697
        },
        {
            "start": 1181353699,
            "stop": 1181354364
        },
        {
            "start": 1181354365,
            "stop": 1181356296
        }
    ]
}