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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9993",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9994,
    "results": [
        {
            "start": 872173478,
            "stop": 872173582
        },
        {
            "start": 872173659,
            "stop": 872173677
        },
        {
            "start": 872173753,
            "stop": 872173758
        },
        {
            "start": 872173794,
            "stop": 872173811
        },
        {
            "start": 872173854,
            "stop": 872174059
        },
        {
            "start": 872174095,
            "stop": 872174151
        },
        {
            "start": 872174225,
            "stop": 872174255
        },
        {
            "start": 872174291,
            "stop": 872174334
        },
        {
            "start": 872174410,
            "stop": 872174415
        },
        {
            "start": 872174483,
            "stop": 872174575
        },
        {
            "start": 872174663,
            "stop": 872174665
        },
        {
            "start": 872174839,
            "stop": 872174870
        },
        {
            "start": 872174886,
            "stop": 872174959
        },
        {
            "start": 872174999,
            "stop": 872175858
        },
        {
            "start": 872175916,
            "stop": 872176307
        },
        {
            "start": 872176324,
            "stop": 872176584
        },
        {
            "start": 872176778,
            "stop": 872176823
        },
        {
            "start": 872176862,
            "stop": 872176870
        },
        {
            "start": 872176906,
            "stop": 872176913
        },
        {
            "start": 872176949,
            "stop": 872177073
        }
    ]
}