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/H1_BURST_CAT3/segments?format=api&page=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=469",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 470,
    "results": [
        {
            "start": 1262062958,
            "stop": 1262063171
        },
        {
            "start": 1262063174,
            "stop": 1262063293
        },
        {
            "start": 1262063296,
            "stop": 1262064694
        },
        {
            "start": 1262064697,
            "stop": 1262064941
        },
        {
            "start": 1262064949,
            "stop": 1262066708
        },
        {
            "start": 1262066711,
            "stop": 1262067052
        },
        {
            "start": 1262067055,
            "stop": 1262067059
        },
        {
            "start": 1262067062,
            "stop": 1262068297
        },
        {
            "start": 1262068300,
            "stop": 1262070260
        },
        {
            "start": 1262070263,
            "stop": 1262070554
        },
        {
            "start": 1262070561,
            "stop": 1262072305
        },
        {
            "start": 1262072307,
            "stop": 1262075104
        },
        {
            "start": 1262075107,
            "stop": 1262075316
        },
        {
            "start": 1262075319,
            "stop": 1262075759
        },
        {
            "start": 1262075762,
            "stop": 1262079106
        },
        {
            "start": 1262079109,
            "stop": 1262079110
        },
        {
            "start": 1262079111,
            "stop": 1262080307
        },
        {
            "start": 1262080310,
            "stop": 1262080312
        },
        {
            "start": 1262080315,
            "stop": 1262080742
        },
        {
            "start": 1262080745,
            "stop": 1262080747
        }
    ]
}