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=817
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=818",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=816",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 817,
    "results": [
        {
            "start": 1250284833,
            "stop": 1250284837
        },
        {
            "start": 1250284845,
            "stop": 1250284861
        },
        {
            "start": 1250284866,
            "stop": 1250285311
        },
        {
            "start": 1250285315,
            "stop": 1250285316
        },
        {
            "start": 1250285321,
            "stop": 1250285340
        },
        {
            "start": 1250285345,
            "stop": 1250285368
        },
        {
            "start": 1250285373,
            "stop": 1250285402
        },
        {
            "start": 1250285405,
            "stop": 1250285809
        },
        {
            "start": 1250285813,
            "stop": 1250285912
        },
        {
            "start": 1250285916,
            "stop": 1250285950
        },
        {
            "start": 1250285954,
            "stop": 1250285973
        },
        {
            "start": 1250285976,
            "stop": 1250286003
        },
        {
            "start": 1250286007,
            "stop": 1250286083
        },
        {
            "start": 1250286087,
            "stop": 1250286126
        },
        {
            "start": 1250286134,
            "stop": 1250286209
        },
        {
            "start": 1250286215,
            "stop": 1250286228
        },
        {
            "start": 1250286232,
            "stop": 1250286403
        },
        {
            "start": 1250286407,
            "stop": 1250286487
        },
        {
            "start": 1250286488,
            "stop": 1250286489
        },
        {
            "start": 1250286490,
            "stop": 1250286506
        }
    ]
}