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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 221,
    "results": [
        {
            "start": 1239924912,
            "stop": 1239925030
        },
        {
            "start": 1239925032,
            "stop": 1239925150
        },
        {
            "start": 1239925152,
            "stop": 1239925270
        },
        {
            "start": 1239925272,
            "stop": 1239925390
        },
        {
            "start": 1239925392,
            "stop": 1239925510
        },
        {
            "start": 1239925512,
            "stop": 1239925630
        },
        {
            "start": 1239925632,
            "stop": 1239925750
        },
        {
            "start": 1239925752,
            "stop": 1239925870
        },
        {
            "start": 1239925872,
            "stop": 1239925990
        },
        {
            "start": 1239925992,
            "stop": 1239926064
        },
        {
            "start": 1239931760,
            "stop": 1239931870
        },
        {
            "start": 1239931871,
            "stop": 1239931990
        },
        {
            "start": 1239931991,
            "stop": 1239932110
        },
        {
            "start": 1239932111,
            "stop": 1239932230
        },
        {
            "start": 1239932231,
            "stop": 1239932350
        },
        {
            "start": 1239932351,
            "stop": 1239932360
        },
        {
            "start": 1239932365,
            "stop": 1239932470
        },
        {
            "start": 1239932471,
            "stop": 1239932590
        },
        {
            "start": 1239932591,
            "stop": 1239932710
        },
        {
            "start": 1239932711,
            "stop": 1239932830
        }
    ]
}