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=16689
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=16690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16688",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16689,
    "results": [
        {
            "start": 874923764,
            "stop": 874923770
        },
        {
            "start": 874923772,
            "stop": 874923819
        },
        {
            "start": 874923821,
            "stop": 874923866
        },
        {
            "start": 874923868,
            "stop": 874923890
        },
        {
            "start": 874923892,
            "stop": 874923904
        },
        {
            "start": 874923905,
            "stop": 874923954
        },
        {
            "start": 874923955,
            "stop": 874923962
        },
        {
            "start": 874923963,
            "stop": 874924235
        },
        {
            "start": 874924236,
            "stop": 874924250
        },
        {
            "start": 874924252,
            "stop": 874924267
        },
        {
            "start": 874924269,
            "stop": 874924300
        },
        {
            "start": 874924301,
            "stop": 874924304
        },
        {
            "start": 874924306,
            "stop": 874924458
        },
        {
            "start": 874924460,
            "stop": 874924569
        },
        {
            "start": 874924570,
            "stop": 874924578
        },
        {
            "start": 874924579,
            "stop": 874924607
        },
        {
            "start": 874924609,
            "stop": 874924687
        },
        {
            "start": 874924689,
            "stop": 874924714
        },
        {
            "start": 874924715,
            "stop": 874924745
        },
        {
            "start": 874924746,
            "stop": 874924750
        }
    ]
}