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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 114,
    "results": [
        {
            "start": 1410587335,
            "stop": 1410589863
        },
        {
            "start": 1410589868,
            "stop": 1410595213
        },
        {
            "start": 1410595218,
            "stop": 1410601693
        },
        {
            "start": 1410601698,
            "stop": 1410616825
        },
        {
            "start": 1410642406,
            "stop": 1410658616
        },
        {
            "start": 1410658621,
            "stop": 1410680166
        },
        {
            "start": 1410680171,
            "stop": 1410682719
        },
        {
            "start": 1410682724,
            "stop": 1410683360
        },
        {
            "start": 1410704428,
            "stop": 1410712476
        },
        {
            "start": 1410712481,
            "stop": 1410722726
        },
        {
            "start": 1410722731,
            "stop": 1410743294
        },
        {
            "start": 1410743297,
            "stop": 1410752314
        },
        {
            "start": 1410752319,
            "stop": 1410757613
        },
        {
            "start": 1410757618,
            "stop": 1410773794
        },
        {
            "start": 1410773797,
            "stop": 1410775674
        },
        {
            "start": 1410775677,
            "stop": 1410782084
        },
        {
            "start": 1410782088,
            "stop": 1410784794
        },
        {
            "start": 1410784798,
            "stop": 1410793690
        },
        {
            "start": 1410807944,
            "stop": 1410811927
        },
        {
            "start": 1410811944,
            "stop": 1410817721
        }
    ]
}