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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 111,
    "results": [
        {
            "start": 1257856316,
            "stop": 1257856340
        },
        {
            "start": 1257856343,
            "stop": 1257856362
        },
        {
            "start": 1257856368,
            "stop": 1257856465
        },
        {
            "start": 1257856468,
            "stop": 1257856476
        },
        {
            "start": 1257856482,
            "stop": 1257856596
        },
        {
            "start": 1257856599,
            "stop": 1257856619
        },
        {
            "start": 1257856622,
            "stop": 1257856634
        },
        {
            "start": 1257856637,
            "stop": 1257856643
        },
        {
            "start": 1257856646,
            "stop": 1257856712
        },
        {
            "start": 1257856715,
            "stop": 1257856891
        },
        {
            "start": 1257856894,
            "stop": 1257857227
        },
        {
            "start": 1257857230,
            "stop": 1257857314
        },
        {
            "start": 1257857317,
            "stop": 1257857320
        },
        {
            "start": 1257857323,
            "stop": 1257857401
        },
        {
            "start": 1257857404,
            "stop": 1257857411
        },
        {
            "start": 1257857414,
            "stop": 1257857490
        },
        {
            "start": 1257857493,
            "stop": 1257857678
        },
        {
            "start": 1257857681,
            "stop": 1257857713
        },
        {
            "start": 1257857716,
            "stop": 1257857752
        },
        {
            "start": 1257857755,
            "stop": 1257857767
        }
    ]
}