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=9949
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=9950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9948",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9949,
    "results": [
        {
            "start": 871344142,
            "stop": 871346940
        },
        {
            "start": 871347000,
            "stop": 871347600
        },
        {
            "start": 871347780,
            "stop": 871347840
        },
        {
            "start": 871348440,
            "stop": 871348500
        },
        {
            "start": 871348560,
            "stop": 871348620
        },
        {
            "start": 871348680,
            "stop": 871348740
        },
        {
            "start": 871348800,
            "stop": 871348860
        },
        {
            "start": 871349400,
            "stop": 871349460
        },
        {
            "start": 871349520,
            "stop": 871355460
        },
        {
            "start": 871355520,
            "stop": 871355580
        },
        {
            "start": 871355640,
            "stop": 871355940
        },
        {
            "start": 871356000,
            "stop": 871356120
        },
        {
            "start": 871356360,
            "stop": 871356480
        },
        {
            "start": 871366816,
            "stop": 871366850
        },
        {
            "start": 871366884,
            "stop": 871367700
        },
        {
            "start": 871367760,
            "stop": 871367940
        },
        {
            "start": 871368060,
            "stop": 871368120
        },
        {
            "start": 871368240,
            "stop": 871368360
        },
        {
            "start": 871369260,
            "stop": 871369440
        },
        {
            "start": 871369560,
            "stop": 871374030
        }
    ]
}