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/O1/timelines/H1_CBC_CAT2/segments?format=api&page=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=170",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 171,
    "results": [
        {
            "start": 1131185088,
            "stop": 1131185091
        },
        {
            "start": 1131185092,
            "stop": 1131185137
        },
        {
            "start": 1131185138,
            "stop": 1131185196
        },
        {
            "start": 1131185197,
            "stop": 1131185265
        },
        {
            "start": 1131185266,
            "stop": 1131185270
        },
        {
            "start": 1131185271,
            "stop": 1131185274
        },
        {
            "start": 1131185275,
            "stop": 1131185335
        },
        {
            "start": 1131185337,
            "stop": 1131185392
        },
        {
            "start": 1131185393,
            "stop": 1131185402
        },
        {
            "start": 1131185403,
            "stop": 1131185405
        },
        {
            "start": 1131185406,
            "stop": 1131185429
        },
        {
            "start": 1131185430,
            "stop": 1131185455
        },
        {
            "start": 1131185456,
            "stop": 1131185472
        },
        {
            "start": 1131185474,
            "stop": 1131185482
        },
        {
            "start": 1131185484,
            "stop": 1131185498
        },
        {
            "start": 1131185499,
            "stop": 1131185522
        },
        {
            "start": 1131185523,
            "stop": 1131185533
        },
        {
            "start": 1131185534,
            "stop": 1131185577
        },
        {
            "start": 1131185578,
            "stop": 1131185582
        },
        {
            "start": 1131185583,
            "stop": 1131185596
        }
    ]
}