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=904
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=905",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=903",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 904,
    "results": [
        {
            "start": 1251402607,
            "stop": 1251404055
        },
        {
            "start": 1251404060,
            "stop": 1251404552
        },
        {
            "start": 1251404554,
            "stop": 1251405079
        },
        {
            "start": 1251405082,
            "stop": 1251408526
        },
        {
            "start": 1251408529,
            "stop": 1251408576
        },
        {
            "start": 1251408581,
            "stop": 1251410607
        },
        {
            "start": 1251410610,
            "stop": 1251410682
        },
        {
            "start": 1251410686,
            "stop": 1251411118
        },
        {
            "start": 1251411122,
            "stop": 1251411206
        },
        {
            "start": 1251411209,
            "stop": 1251411316
        },
        {
            "start": 1251411319,
            "stop": 1251411346
        },
        {
            "start": 1251411351,
            "stop": 1251411666
        },
        {
            "start": 1251411668,
            "stop": 1251411816
        },
        {
            "start": 1251411819,
            "stop": 1251412634
        },
        {
            "start": 1251412639,
            "stop": 1251412811
        },
        {
            "start": 1251412815,
            "stop": 1251413112
        },
        {
            "start": 1251413116,
            "stop": 1251413327
        },
        {
            "start": 1251413331,
            "stop": 1251413878
        },
        {
            "start": 1251413883,
            "stop": 1251413886
        },
        {
            "start": 1251413890,
            "stop": 1251413891
        }
    ]
}