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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=245",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 246,
    "results": [
        {
            "start": 1262679049,
            "stop": 1262679215
        },
        {
            "start": 1262679217,
            "stop": 1262679237
        },
        {
            "start": 1262679239,
            "stop": 1262679316
        },
        {
            "start": 1262679318,
            "stop": 1262679345
        },
        {
            "start": 1262679350,
            "stop": 1262679366
        },
        {
            "start": 1262679368,
            "stop": 1262679409
        },
        {
            "start": 1262679412,
            "stop": 1262679446
        },
        {
            "start": 1262679448,
            "stop": 1262679614
        },
        {
            "start": 1262679616,
            "stop": 1262679680
        },
        {
            "start": 1262679682,
            "stop": 1262679707
        },
        {
            "start": 1262679708,
            "stop": 1262680087
        },
        {
            "start": 1262680090,
            "stop": 1262680135
        },
        {
            "start": 1262680136,
            "stop": 1262680139
        },
        {
            "start": 1262680144,
            "stop": 1262680255
        },
        {
            "start": 1262680257,
            "stop": 1262680334
        },
        {
            "start": 1262680337,
            "stop": 1262680585
        },
        {
            "start": 1262680587,
            "stop": 1262680699
        },
        {
            "start": 1262680703,
            "stop": 1262680733
        },
        {
            "start": 1262680735,
            "stop": 1262680829
        },
        {
            "start": 1262680831,
            "stop": 1262680913
        }
    ]
}