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=918
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=919",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=917",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 918,
    "results": [
        {
            "start": 1251468402,
            "stop": 1251468489
        },
        {
            "start": 1251468493,
            "stop": 1251468603
        },
        {
            "start": 1251468607,
            "stop": 1251468633
        },
        {
            "start": 1251468637,
            "stop": 1251468672
        },
        {
            "start": 1251468676,
            "stop": 1251468736
        },
        {
            "start": 1251468739,
            "stop": 1251468902
        },
        {
            "start": 1251468906,
            "stop": 1251468989
        },
        {
            "start": 1251468993,
            "stop": 1251469212
        },
        {
            "start": 1251469216,
            "stop": 1251469283
        },
        {
            "start": 1251469287,
            "stop": 1251469559
        },
        {
            "start": 1251469563,
            "stop": 1251470391
        },
        {
            "start": 1251470396,
            "stop": 1251470451
        },
        {
            "start": 1251470455,
            "stop": 1251470864
        },
        {
            "start": 1251470869,
            "stop": 1251471585
        },
        {
            "start": 1251471589,
            "stop": 1251471852
        },
        {
            "start": 1251471856,
            "stop": 1251472095
        },
        {
            "start": 1251472099,
            "stop": 1251472911
        },
        {
            "start": 1251472915,
            "stop": 1251473212
        },
        {
            "start": 1251473216,
            "stop": 1251473299
        },
        {
            "start": 1251473304,
            "stop": 1251473402
        }
    ]
}