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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=209",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 210,
    "results": [
        {
            "start": 934039951,
            "stop": 934039954
        },
        {
            "start": 934039957,
            "stop": 934039962
        },
        {
            "start": 934065792,
            "stop": 934066467
        },
        {
            "start": 934079170,
            "stop": 934079223
        },
        {
            "start": 934079226,
            "stop": 934079321
        },
        {
            "start": 934079324,
            "stop": 934079550
        },
        {
            "start": 934079552,
            "stop": 934079616
        },
        {
            "start": 934079618,
            "stop": 934079715
        },
        {
            "start": 934079717,
            "stop": 934079813
        },
        {
            "start": 934079817,
            "stop": 934081008
        },
        {
            "start": 934083340,
            "stop": 934083412
        },
        {
            "start": 934083417,
            "stop": 934085101
        },
        {
            "start": 934085107,
            "stop": 934085143
        },
        {
            "start": 934085154,
            "stop": 934086424
        },
        {
            "start": 934086426,
            "stop": 934086464
        },
        {
            "start": 934086470,
            "stop": 934086599
        },
        {
            "start": 934086605,
            "stop": 934086751
        },
        {
            "start": 934086753,
            "stop": 934086816
        },
        {
            "start": 934086819,
            "stop": 934087014
        },
        {
            "start": 934087016,
            "stop": 934088613
        }
    ]
}