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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5261",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5262,
    "results": [
        {
            "start": 970278692,
            "stop": 970278710
        },
        {
            "start": 970278716,
            "stop": 970278941
        },
        {
            "start": 970278944,
            "stop": 970278970
        },
        {
            "start": 970278973,
            "stop": 970279185
        },
        {
            "start": 970279188,
            "stop": 970279343
        },
        {
            "start": 970279346,
            "stop": 970279602
        },
        {
            "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
        }
    ]
}