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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4757",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4755",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4756,
    "results": [
        {
            "start": 970279605,
            "stop": 970279644
        },
        {
            "start": 970279647,
            "stop": 970279808
        },
        {
            "start": 970279811,
            "stop": 970280149
        },
        {
            "start": 970280152,
            "stop": 970280256
        },
        {
            "start": 970280259,
            "stop": 970280567
        },
        {
            "start": 970280570,
            "stop": 970280874
        },
        {
            "start": 970280877,
            "stop": 970280962
        },
        {
            "start": 970280965,
            "stop": 970281101
        },
        {
            "start": 970281104,
            "stop": 970281208
        },
        {
            "start": 970281211,
            "stop": 970281523
        },
        {
            "start": 970281526,
            "stop": 970281629
        },
        {
            "start": 970281681,
            "stop": 970281697
        },
        {
            "start": 970281703,
            "stop": 970281719
        },
        {
            "start": 970281722,
            "stop": 970281747
        },
        {
            "start": 970281750,
            "stop": 970282442
        },
        {
            "start": 970282445,
            "stop": 970282671
        },
        {
            "start": 970282674,
            "stop": 970282948
        },
        {
            "start": 970282951,
            "stop": 970283132
        },
        {
            "start": 970283135,
            "stop": 970283471
        },
        {
            "start": 970283474,
            "stop": 970283950
        }
    ]
}