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=844
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=845",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=843",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 844,
    "results": [
        {
            "start": 1250450858,
            "stop": 1250450866
        },
        {
            "start": 1250450870,
            "stop": 1250450876
        },
        {
            "start": 1250450880,
            "stop": 1250450894
        },
        {
            "start": 1250450898,
            "stop": 1250450900
        },
        {
            "start": 1250450903,
            "stop": 1250450913
        },
        {
            "start": 1250450923,
            "stop": 1250450936
        },
        {
            "start": 1250450943,
            "stop": 1250450949
        },
        {
            "start": 1250450954,
            "stop": 1250451128
        },
        {
            "start": 1250451132,
            "stop": 1250451153
        },
        {
            "start": 1250451156,
            "stop": 1250451245
        },
        {
            "start": 1250451249,
            "stop": 1250451284
        },
        {
            "start": 1250451291,
            "stop": 1250451385
        },
        {
            "start": 1250451388,
            "stop": 1250451412
        },
        {
            "start": 1250451417,
            "stop": 1250451439
        },
        {
            "start": 1250451444,
            "stop": 1250451529
        },
        {
            "start": 1250451533,
            "stop": 1250451534
        },
        {
            "start": 1250451538,
            "stop": 1250451539
        },
        {
            "start": 1250451544,
            "stop": 1250451684
        },
        {
            "start": 1250451689,
            "stop": 1250451691
        },
        {
            "start": 1250451695,
            "stop": 1250451709
        }
    ]
}