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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16699",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16700,
    "results": [
        {
            "start": 874944935,
            "stop": 874945019
        },
        {
            "start": 874945022,
            "stop": 874945200
        },
        {
            "start": 874945380,
            "stop": 874945391
        },
        {
            "start": 874945392,
            "stop": 874945471
        },
        {
            "start": 874945472,
            "stop": 874945687
        },
        {
            "start": 874945688,
            "stop": 874945689
        },
        {
            "start": 874945691,
            "stop": 874945745
        },
        {
            "start": 874945746,
            "stop": 874945791
        },
        {
            "start": 874945793,
            "stop": 874945960
        },
        {
            "start": 874945961,
            "stop": 874946057
        },
        {
            "start": 874946058,
            "stop": 874946161
        },
        {
            "start": 874946163,
            "stop": 874946176
        },
        {
            "start": 874946177,
            "stop": 874946331
        },
        {
            "start": 874946332,
            "stop": 874946560
        },
        {
            "start": 874946561,
            "stop": 874946868
        },
        {
            "start": 874946870,
            "stop": 874946949
        },
        {
            "start": 874950141,
            "stop": 874950306
        },
        {
            "start": 874950307,
            "stop": 874950399
        },
        {
            "start": 874950400,
            "stop": 874950552
        },
        {
            "start": 874950553,
            "stop": 874950638
        }
    ]
}