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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=862",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=860",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 861,
    "results": [
        {
            "start": 965103724,
            "stop": 965126287
        },
        {
            "start": 965126883,
            "stop": 965129038
        },
        {
            "start": 965131010,
            "stop": 965131520
        },
        {
            "start": 965133977,
            "stop": 965136373
        },
        {
            "start": 965137207,
            "stop": 965142251
        },
        {
            "start": 965143104,
            "stop": 965144806
        },
        {
            "start": 965145790,
            "stop": 965148305
        },
        {
            "start": 965150788,
            "stop": 965165927
        },
        {
            "start": 965166311,
            "stop": 965176529
        },
        {
            "start": 965176535,
            "stop": 965186788
        },
        {
            "start": 965187406,
            "stop": 965199687
        },
        {
            "start": 965199696,
            "stop": 965217509
        },
        {
            "start": 965221008,
            "stop": 965223608
        },
        {
            "start": 965226491,
            "stop": 965264203
        },
        {
            "start": 965264583,
            "stop": 965271994
        },
        {
            "start": 965272370,
            "stop": 965276332
        },
        {
            "start": 965280213,
            "stop": 965280787
        },
        {
            "start": 965280793,
            "stop": 965287591
        },
        {
            "start": 965287920,
            "stop": 965290302
        },
        {
            "start": 965290308,
            "stop": 965306292
        }
    ]
}