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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=441",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 442,
    "results": [
        {
            "start": 818746702,
            "stop": 818746747
        },
        {
            "start": 818746752,
            "stop": 818746781
        },
        {
            "start": 818746793,
            "stop": 818746800
        },
        {
            "start": 818746803,
            "stop": 818746816
        },
        {
            "start": 818746820,
            "stop": 818746824
        },
        {
            "start": 818746827,
            "stop": 818746838
        },
        {
            "start": 818746851,
            "stop": 818746853
        },
        {
            "start": 818746857,
            "stop": 818746862
        },
        {
            "start": 818746877,
            "stop": 818746878
        },
        {
            "start": 818746881,
            "stop": 818746911
        },
        {
            "start": 818746914,
            "stop": 818746931
        },
        {
            "start": 818746934,
            "stop": 818746950
        },
        {
            "start": 818746953,
            "stop": 818746954
        },
        {
            "start": 818746959,
            "stop": 818746960
        },
        {
            "start": 818746963,
            "stop": 818746972
        },
        {
            "start": 818746975,
            "stop": 818746977
        },
        {
            "start": 818746983,
            "stop": 818746986
        },
        {
            "start": 818746989,
            "stop": 818747002
        },
        {
            "start": 818747008,
            "stop": 818747078
        },
        {
            "start": 818747084,
            "stop": 818747219
        }
    ]
}