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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=657",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=655",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 656,
    "results": [
        {
            "start": 1266010888,
            "stop": 1266017969
        },
        {
            "start": 1266017972,
            "stop": 1266021276
        },
        {
            "start": 1266021278,
            "stop": 1266023483
        },
        {
            "start": 1266023486,
            "stop": 1266024055
        },
        {
            "start": 1266024058,
            "stop": 1266025738
        },
        {
            "start": 1266025743,
            "stop": 1266026867
        },
        {
            "start": 1266026870,
            "stop": 1266027527
        },
        {
            "start": 1266027531,
            "stop": 1266029601
        },
        {
            "start": 1266029603,
            "stop": 1266033912
        },
        {
            "start": 1266033917,
            "stop": 1266033991
        },
        {
            "start": 1266033992,
            "stop": 1266034677
        },
        {
            "start": 1266034682,
            "stop": 1266035299
        },
        {
            "start": 1266035303,
            "stop": 1266035603
        },
        {
            "start": 1266035608,
            "stop": 1266039062
        },
        {
            "start": 1266039065,
            "stop": 1266040132
        },
        {
            "start": 1266040134,
            "stop": 1266044216
        },
        {
            "start": 1266044219,
            "stop": 1266044664
        },
        {
            "start": 1266044666,
            "stop": 1266045516
        },
        {
            "start": 1266045519,
            "stop": 1266046542
        },
        {
            "start": 1266046544,
            "stop": 1266047422
        }
    ]
}