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=16680
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=16681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16679",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16680,
    "results": [
        {
            "start": 874910605,
            "stop": 874910614
        },
        {
            "start": 874910620,
            "stop": 874910624
        },
        {
            "start": 874910626,
            "stop": 874910631
        },
        {
            "start": 874910633,
            "stop": 874910637
        },
        {
            "start": 874910638,
            "stop": 874910641
        },
        {
            "start": 874910649,
            "stop": 874910658
        },
        {
            "start": 874910659,
            "stop": 874910660
        },
        {
            "start": 874910662,
            "stop": 874910663
        },
        {
            "start": 874910666,
            "stop": 874910668
        },
        {
            "start": 874910669,
            "stop": 874910671
        },
        {
            "start": 874910674,
            "stop": 874910679
        },
        {
            "start": 874910683,
            "stop": 874910690
        },
        {
            "start": 874910691,
            "stop": 874910704
        },
        {
            "start": 874910708,
            "stop": 874910714
        },
        {
            "start": 874910717,
            "stop": 874910828
        },
        {
            "start": 874910830,
            "stop": 874910863
        },
        {
            "start": 874910865,
            "stop": 874910872
        },
        {
            "start": 874910878,
            "stop": 874910888
        },
        {
            "start": 874910890,
            "stop": 874910917
        },
        {
            "start": 874910921,
            "stop": 874910923
        }
    ]
}