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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=169",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 170,
    "results": [
        {
            "start": 1240022770,
            "stop": 1240022888
        },
        {
            "start": 1240022890,
            "stop": 1240023008
        },
        {
            "start": 1240023010,
            "stop": 1240023128
        },
        {
            "start": 1240023130,
            "stop": 1240023246
        },
        {
            "start": 1240023247,
            "stop": 1240023368
        },
        {
            "start": 1240023370,
            "stop": 1240023488
        },
        {
            "start": 1240023490,
            "stop": 1240023608
        },
        {
            "start": 1240023610,
            "stop": 1240023728
        },
        {
            "start": 1240023730,
            "stop": 1240023848
        },
        {
            "start": 1240023850,
            "stop": 1240023887
        },
        {
            "start": 1240027904,
            "stop": 1240027928
        },
        {
            "start": 1240027930,
            "stop": 1240028048
        },
        {
            "start": 1240028050,
            "stop": 1240028144
        },
        {
            "start": 1240028265,
            "stop": 1240028288
        },
        {
            "start": 1240028290,
            "stop": 1240028321
        },
        {
            "start": 1240029030,
            "stop": 1240029128
        },
        {
            "start": 1240029129,
            "stop": 1240029248
        },
        {
            "start": 1240029249,
            "stop": 1240029368
        },
        {
            "start": 1240029369,
            "stop": 1240029488
        },
        {
            "start": 1240029489,
            "stop": 1240029588
        }
    ]
}