Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=720
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=721",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=719",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 720,
    "results": [
        {
            "start": 1266987225,
            "stop": 1266987267
        },
        {
            "start": 1266987270,
            "stop": 1266989829
        },
        {
            "start": 1266989837,
            "stop": 1266993396
        },
        {
            "start": 1266993399,
            "stop": 1266994498
        },
        {
            "start": 1266994501,
            "stop": 1266997493
        },
        {
            "start": 1266997496,
            "stop": 1266999633
        },
        {
            "start": 1266999636,
            "stop": 1267002628
        },
        {
            "start": 1267002631,
            "stop": 1267003029
        },
        {
            "start": 1267003032,
            "stop": 1267003238
        },
        {
            "start": 1267003241,
            "stop": 1267007530
        },
        {
            "start": 1267007533,
            "stop": 1267008052
        },
        {
            "start": 1267008055,
            "stop": 1267009521
        },
        {
            "start": 1267009524,
            "stop": 1267010645
        },
        {
            "start": 1267010654,
            "stop": 1267012524
        },
        {
            "start": 1267012527,
            "stop": 1267013245
        },
        {
            "start": 1267013248,
            "stop": 1267014546
        },
        {
            "start": 1267014549,
            "stop": 1267016122
        },
        {
            "start": 1267016125,
            "stop": 1267020405
        },
        {
            "start": 1267020408,
            "stop": 1267020667
        },
        {
            "start": 1267020670,
            "stop": 1267022448
        }
    ]
}