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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=64",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 65,
    "results": [
        {
            "start": 932073811,
            "stop": 932073816
        },
        {
            "start": 932073818,
            "stop": 932073824
        },
        {
            "start": 932073828,
            "stop": 932073830
        },
        {
            "start": 932073835,
            "stop": 932073836
        },
        {
            "start": 932073839,
            "stop": 932073840
        },
        {
            "start": 932073843,
            "stop": 932073847
        },
        {
            "start": 932073848,
            "stop": 932073851
        },
        {
            "start": 932073859,
            "stop": 932073860
        },
        {
            "start": 932073862,
            "stop": 932073865
        },
        {
            "start": 932073866,
            "stop": 932073867
        },
        {
            "start": 932073880,
            "stop": 932073884
        },
        {
            "start": 932073887,
            "stop": 932073889
        },
        {
            "start": 932073892,
            "stop": 932073893
        },
        {
            "start": 932073895,
            "stop": 932073896
        },
        {
            "start": 932073904,
            "stop": 932073911
        },
        {
            "start": 932073925,
            "stop": 932073932
        },
        {
            "start": 932073934,
            "stop": 932073935
        },
        {
            "start": 932073950,
            "stop": 932073951
        },
        {
            "start": 932073953,
            "stop": 932073954
        },
        {
            "start": 932073958,
            "stop": 932073960
        }
    ]
}