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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1906",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1904",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1905,
    "results": [
        {
            "start": 1251681140,
            "stop": 1251681499
        },
        {
            "start": 1251681502,
            "stop": 1251683285
        },
        {
            "start": 1251683293,
            "stop": 1251683413
        },
        {
            "start": 1251683415,
            "stop": 1251684003
        },
        {
            "start": 1251684006,
            "stop": 1251685762
        },
        {
            "start": 1251685764,
            "stop": 1251688755
        },
        {
            "start": 1251688763,
            "stop": 1251689726
        },
        {
            "start": 1251689729,
            "stop": 1251690949
        },
        {
            "start": 1251690952,
            "stop": 1251692922
        },
        {
            "start": 1251692930,
            "stop": 1251693169
        },
        {
            "start": 1251693172,
            "stop": 1251693406
        },
        {
            "start": 1251693409,
            "stop": 1251693453
        },
        {
            "start": 1251693456,
            "stop": 1251693765
        },
        {
            "start": 1251693768,
            "stop": 1251693857
        },
        {
            "start": 1251693861,
            "stop": 1251693892
        },
        {
            "start": 1251693895,
            "stop": 1251695714
        },
        {
            "start": 1251695717,
            "stop": 1251698265
        },
        {
            "start": 1251698268,
            "stop": 1251699748
        },
        {
            "start": 1251699755,
            "stop": 1251699759
        },
        {
            "start": 1251699762,
            "stop": 1251705530
        }
    ]
}