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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7109",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7110,
    "results": [
        {
            "start": 874667728,
            "stop": 874668673
        },
        {
            "start": 874668677,
            "stop": 874669710
        },
        {
            "start": 874669717,
            "stop": 874669718
        },
        {
            "start": 874669721,
            "stop": 874670290
        },
        {
            "start": 874670293,
            "stop": 874670295
        },
        {
            "start": 874670297,
            "stop": 874670423
        },
        {
            "start": 874670424,
            "stop": 874670467
        },
        {
            "start": 874670468,
            "stop": 874670536
        },
        {
            "start": 874670539,
            "stop": 874671783
        },
        {
            "start": 874671784,
            "stop": 874671875
        },
        {
            "start": 874671876,
            "stop": 874671926
        },
        {
            "start": 874671927,
            "stop": 874672303
        },
        {
            "start": 874672304,
            "stop": 874673190
        },
        {
            "start": 874673194,
            "stop": 874673195
        },
        {
            "start": 874673198,
            "stop": 874673202
        },
        {
            "start": 874673208,
            "stop": 874673430
        },
        {
            "start": 874673433,
            "stop": 874673529
        },
        {
            "start": 874673533,
            "stop": 874673546
        },
        {
            "start": 874673547,
            "stop": 874673580
        },
        {
            "start": 874673760,
            "stop": 874673880
        }
    ]
}