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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 16,
    "results": [
        {
            "start": 1256965902,
            "stop": 1256966696
        },
        {
            "start": 1256966699,
            "stop": 1256970603
        },
        {
            "start": 1256970733,
            "stop": 1256970751
        },
        {
            "start": 1256970754,
            "stop": 1256971361
        },
        {
            "start": 1256971364,
            "stop": 1256971830
        },
        {
            "start": 1256971833,
            "stop": 1256972275
        },
        {
            "start": 1256972278,
            "stop": 1256977247
        },
        {
            "start": 1256977384,
            "stop": 1256978073
        },
        {
            "start": 1256978076,
            "stop": 1256978262
        },
        {
            "start": 1256978265,
            "stop": 1256980058
        },
        {
            "start": 1256980061,
            "stop": 1256984312
        },
        {
            "start": 1256984315,
            "stop": 1256985546
        },
        {
            "start": 1256985547,
            "stop": 1256986529
        },
        {
            "start": 1256986532,
            "stop": 1256986549
        },
        {
            "start": 1256986553,
            "stop": 1256986565
        },
        {
            "start": 1256986566,
            "stop": 1256989829
        },
        {
            "start": 1256989832,
            "stop": 1256989836
        },
        {
            "start": 1256989839,
            "stop": 1256995383
        },
        {
            "start": 1256995386,
            "stop": 1256995690
        },
        {
            "start": 1256995694,
            "stop": 1256995697
        }
    ]
}