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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 252,
    "results": [
        {
            "start": 1240020730,
            "stop": 1240020848
        },
        {
            "start": 1240020850,
            "stop": 1240020968
        },
        {
            "start": 1240020970,
            "stop": 1240021088
        },
        {
            "start": 1240021090,
            "stop": 1240021208
        },
        {
            "start": 1240021210,
            "stop": 1240021328
        },
        {
            "start": 1240021330,
            "stop": 1240021448
        },
        {
            "start": 1240021450,
            "stop": 1240021568
        },
        {
            "start": 1240021570,
            "stop": 1240021688
        },
        {
            "start": 1240021690,
            "stop": 1240021808
        },
        {
            "start": 1240021810,
            "stop": 1240021928
        },
        {
            "start": 1240021930,
            "stop": 1240022048
        },
        {
            "start": 1240022050,
            "stop": 1240022168
        },
        {
            "start": 1240022170,
            "stop": 1240022288
        },
        {
            "start": 1240022290,
            "stop": 1240022408
        },
        {
            "start": 1240022410,
            "stop": 1240022528
        },
        {
            "start": 1240022530,
            "stop": 1240022648
        },
        {
            "start": 1240022650,
            "stop": 1240022768
        },
        {
            "start": 1240022770,
            "stop": 1240022888
        },
        {
            "start": 1240022890,
            "stop": 1240023008
        },
        {
            "start": 1240023010,
            "stop": 1240023128
        }
    ]
}