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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=363",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 364,
    "results": [
        {
            "start": 825120181,
            "stop": 825120187
        },
        {
            "start": 825120190,
            "stop": 825120461
        },
        {
            "start": 825120761,
            "stop": 825122273
        },
        {
            "start": 825122276,
            "stop": 825122806
        },
        {
            "start": 825122809,
            "stop": 825122920
        },
        {
            "start": 825122924,
            "stop": 825123151
        },
        {
            "start": 825123154,
            "stop": 825123580
        },
        {
            "start": 825123584,
            "stop": 825125422
        },
        {
            "start": 825125426,
            "stop": 825125563
        },
        {
            "start": 825125566,
            "stop": 825125766
        },
        {
            "start": 825125769,
            "stop": 825131286
        },
        {
            "start": 825131290,
            "stop": 825133990
        },
        {
            "start": 825133993,
            "stop": 825140346
        },
        {
            "start": 825140350,
            "stop": 825141745
        },
        {
            "start": 825141748,
            "stop": 825141750
        },
        {
            "start": 825141755,
            "stop": 825141796
        },
        {
            "start": 825141799,
            "stop": 825143637
        },
        {
            "start": 825143640,
            "stop": 825144056
        },
        {
            "start": 825144060,
            "stop": 825144070
        },
        {
            "start": 825144073,
            "stop": 825144074
        }
    ]
}