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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=669",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=667",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 668,
    "results": [
        {
            "start": 1248393236,
            "stop": 1248394031
        },
        {
            "start": 1248394035,
            "stop": 1248397921
        },
        {
            "start": 1248397923,
            "stop": 1248398692
        },
        {
            "start": 1248398697,
            "stop": 1248400937
        },
        {
            "start": 1248400940,
            "stop": 1248401311
        },
        {
            "start": 1248401319,
            "stop": 1248403368
        },
        {
            "start": 1248403371,
            "stop": 1248403820
        },
        {
            "start": 1248403823,
            "stop": 1248404245
        },
        {
            "start": 1248404253,
            "stop": 1248404474
        },
        {
            "start": 1248404479,
            "stop": 1248406179
        },
        {
            "start": 1248406182,
            "stop": 1248406899
        },
        {
            "start": 1248406903,
            "stop": 1248407097
        },
        {
            "start": 1248407104,
            "stop": 1248407892
        },
        {
            "start": 1248407896,
            "stop": 1248411039
        },
        {
            "start": 1248411047,
            "stop": 1248414030
        },
        {
            "start": 1248414034,
            "stop": 1248415167
        },
        {
            "start": 1248415171,
            "stop": 1248416497
        },
        {
            "start": 1248416501,
            "stop": 1248417769
        },
        {
            "start": 1248417771,
            "stop": 1248420398
        },
        {
            "start": 1248420401,
            "stop": 1248420556
        }
    ]
}