Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=119
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=118",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 119,
    "results": [
        {
            "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": 961705152
        },
        {
            "start": 961739652,
            "stop": 961757655
        },
        {
            "start": 961758839,
            "stop": 961759392
        },
        {
            "start": 961760097,
            "stop": 961762453
        },
        {
            "start": 961765420,
            "stop": 961766284
        },
        {
            "start": 961767799,
            "stop": 961768022
        },
        {
            "start": 961768876,
            "stop": 961769154
        },
        {
            "start": 961770098,
            "stop": 961770389
        }
    ]
}