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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=838",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=836",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 837,
    "results": [
        {
            "start": 961480002,
            "stop": 961494788
        },
        {
            "start": 961496408,
            "stop": 961499539
        },
        {
            "start": 961501738,
            "stop": 961501975
        },
        {
            "start": 961502040,
            "stop": 961502683
        },
        {
            "start": 961502865,
            "stop": 961507421
        },
        {
            "start": 961509820,
            "stop": 961529714
        },
        {
            "start": 961530776,
            "stop": 961530949
        },
        {
            "start": 961534027,
            "stop": 961538808
        },
        {
            "start": 961539617,
            "stop": 961556599
        },
        {
            "start": 961556668,
            "stop": 961567212
        },
        {
            "start": 961576273,
            "stop": 961582252
        },
        {
            "start": 961584505,
            "stop": 961592892
        },
        {
            "start": 961593105,
            "stop": 961593947
        },
        {
            "start": 961597857,
            "stop": 961610883
        },
        {
            "start": 961614042,
            "stop": 961635194
        },
        {
            "start": 961657568,
            "stop": 961676159
        },
        {
            "start": 961681424,
            "stop": 961692742
        },
        {
            "start": 961694870,
            "stop": 961698002
        },
        {
            "start": 961699890,
            "stop": 961699991
        },
        {
            "start": 961701428,
            "stop": 961701581
        }
    ]
}