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_CAT2/segments?format=api&page=447
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=448",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=446",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 447,
    "results": [
        {
            "start": 1261676383,
            "stop": 1261676393
        },
        {
            "start": 1261676396,
            "stop": 1261676401
        },
        {
            "start": 1261676404,
            "stop": 1261676405
        },
        {
            "start": 1261676408,
            "stop": 1261676794
        },
        {
            "start": 1261676797,
            "stop": 1261677011
        },
        {
            "start": 1261677014,
            "stop": 1261677256
        },
        {
            "start": 1261677259,
            "stop": 1261677399
        },
        {
            "start": 1261677402,
            "stop": 1261677517
        },
        {
            "start": 1261677520,
            "stop": 1261677974
        },
        {
            "start": 1261677977,
            "stop": 1261678565
        },
        {
            "start": 1261678568,
            "stop": 1261678569
        },
        {
            "start": 1261678572,
            "stop": 1261678573
        },
        {
            "start": 1261678576,
            "stop": 1261678581
        },
        {
            "start": 1261678584,
            "stop": 1261678880
        },
        {
            "start": 1261678883,
            "stop": 1261678917
        },
        {
            "start": 1261678920,
            "stop": 1261678957
        },
        {
            "start": 1261678960,
            "stop": 1261678989
        },
        {
            "start": 1261678992,
            "stop": 1261679182
        },
        {
            "start": 1261679185,
            "stop": 1261679190
        },
        {
            "start": 1261679193,
            "stop": 1261679194
        }
    ]
}