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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=115",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 116,
    "results": [
        {
            "start": 961910673,
            "stop": 961917878
        },
        {
            "start": 961929810,
            "stop": 961935718
        },
        {
            "start": 961936789,
            "stop": 961937008
        },
        {
            "start": 961937061,
            "stop": 961937440
        },
        {
            "start": 961937504,
            "stop": 961938656
        },
        {
            "start": 961947076,
            "stop": 961947369
        },
        {
            "start": 961948725,
            "stop": 961949556
        },
        {
            "start": 961954162,
            "stop": 961956656
        },
        {
            "start": 961958086,
            "stop": 962075453
        },
        {
            "start": 962075595,
            "stop": 962076401
        },
        {
            "start": 962079033,
            "stop": 962079197
        },
        {
            "start": 962080540,
            "stop": 962089167
        },
        {
            "start": 962093623,
            "stop": 962116258
        },
        {
            "start": 962118349,
            "stop": 962118350
        },
        {
            "start": 962120448,
            "stop": 962122616
        },
        {
            "start": 962123276,
            "stop": 962135157
        },
        {
            "start": 962137431,
            "stop": 962146322
        },
        {
            "start": 962146562,
            "stop": 962150482
        },
        {
            "start": 962150636,
            "stop": 962154377
        },
        {
            "start": 962154840,
            "stop": 962158249
        }
    ]
}