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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 162,
    "results": [
        {
            "start": 1126726695,
            "stop": 1126727071
        },
        {
            "start": 1126727073,
            "stop": 1126727096
        },
        {
            "start": 1126727097,
            "stop": 1126727138
        },
        {
            "start": 1126727140,
            "stop": 1126727488
        },
        {
            "start": 1126727489,
            "stop": 1126727632
        },
        {
            "start": 1126727634,
            "stop": 1126727784
        },
        {
            "start": 1126727792,
            "stop": 1126727871
        },
        {
            "start": 1126727872,
            "stop": 1126727977
        },
        {
            "start": 1126727980,
            "stop": 1126728979
        },
        {
            "start": 1126728981,
            "stop": 1126729271
        },
        {
            "start": 1126729273,
            "stop": 1126729553
        },
        {
            "start": 1126729555,
            "stop": 1126730167
        },
        {
            "start": 1126730168,
            "stop": 1126730213
        },
        {
            "start": 1126730214,
            "stop": 1126730310
        },
        {
            "start": 1126730311,
            "stop": 1126730606
        },
        {
            "start": 1126730607,
            "stop": 1126730817
        },
        {
            "start": 1126730818,
            "stop": 1126730824
        },
        {
            "start": 1126730826,
            "stop": 1126731028
        },
        {
            "start": 1126731029,
            "stop": 1126731114
        },
        {
            "start": 1126731116,
            "stop": 1126731410
        }
    ]
}