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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 147,
    "results": [
        {
            "start": 1239213711,
            "stop": 1239214049
        },
        {
            "start": 1239214054,
            "stop": 1239214204
        },
        {
            "start": 1239214207,
            "stop": 1239214440
        },
        {
            "start": 1239214443,
            "stop": 1239214483
        },
        {
            "start": 1239214487,
            "stop": 1239214572
        },
        {
            "start": 1239214576,
            "stop": 1239214584
        },
        {
            "start": 1239214589,
            "stop": 1239214595
        },
        {
            "start": 1239214600,
            "stop": 1239214693
        },
        {
            "start": 1239214698,
            "stop": 1239214804
        },
        {
            "start": 1239214808,
            "stop": 1239215055
        },
        {
            "start": 1239215060,
            "stop": 1239215101
        },
        {
            "start": 1239215104,
            "stop": 1239215160
        },
        {
            "start": 1239215164,
            "stop": 1239215205
        },
        {
            "start": 1239215214,
            "stop": 1239215464
        },
        {
            "start": 1239215469,
            "stop": 1239215743
        },
        {
            "start": 1239215747,
            "stop": 1239215772
        },
        {
            "start": 1239215777,
            "stop": 1239215912
        },
        {
            "start": 1239215916,
            "stop": 1239216003
        },
        {
            "start": 1239216007,
            "stop": 1239216196
        },
        {
            "start": 1239216205,
            "stop": 1239216207
        }
    ]
}