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_CW_CAT1/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/S6/timelines/L1_CW_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=113",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 114,
    "results": [
        {
            "start": 961480002,
            "stop": 961494683
        },
        {
            "start": 961496408,
            "stop": 961499434
        },
        {
            "start": 961501738,
            "stop": 961501975
        },
        {
            "start": 961502040,
            "stop": 961502683
        },
        {
            "start": 961502865,
            "stop": 961507316
        },
        {
            "start": 961509820,
            "stop": 961529714
        },
        {
            "start": 961530776,
            "stop": 961530850
        },
        {
            "start": 961534027,
            "stop": 961538703
        },
        {
            "start": 961539617,
            "stop": 961556599
        },
        {
            "start": 961556668,
            "stop": 961567107
        },
        {
            "start": 961576273,
            "stop": 961582147
        },
        {
            "start": 961584505,
            "stop": 961592892
        },
        {
            "start": 961593105,
            "stop": 961593947
        },
        {
            "start": 961597857,
            "stop": 961610778
        },
        {
            "start": 961614042,
            "stop": 961635194
        },
        {
            "start": 961657568,
            "stop": 961676054
        },
        {
            "start": 961681424,
            "stop": 961692637
        },
        {
            "start": 961694870,
            "stop": 961697897
        },
        {
            "start": 961701428,
            "stop": 961705047
        },
        {
            "start": 961739652,
            "stop": 961757550
        }
    ]
}