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=866
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=867",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=865",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 866,
    "results": [
        {
            "start": 1250863166,
            "stop": 1250865306
        },
        {
            "start": 1250865308,
            "stop": 1250866784
        },
        {
            "start": 1250866792,
            "stop": 1250871658
        },
        {
            "start": 1250871666,
            "stop": 1250879207
        },
        {
            "start": 1250879208,
            "stop": 1250879211
        },
        {
            "start": 1250879213,
            "stop": 1250879276
        },
        {
            "start": 1250879277,
            "stop": 1250879278
        },
        {
            "start": 1250879279,
            "stop": 1250879374
        },
        {
            "start": 1250879375,
            "stop": 1250879376
        },
        {
            "start": 1250879378,
            "stop": 1250879553
        },
        {
            "start": 1250879554,
            "stop": 1250879714
        },
        {
            "start": 1250879715,
            "stop": 1250879721
        },
        {
            "start": 1250879724,
            "stop": 1250879785
        },
        {
            "start": 1250879787,
            "stop": 1250879835
        },
        {
            "start": 1250879837,
            "stop": 1250879907
        },
        {
            "start": 1250879908,
            "stop": 1250879909
        },
        {
            "start": 1250879910,
            "stop": 1250879923
        },
        {
            "start": 1250879924,
            "stop": 1250880264
        },
        {
            "start": 1250880265,
            "stop": 1250880267
        },
        {
            "start": 1250880268,
            "stop": 1250881793
        }
    ]
}