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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=319",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 320,
    "results": [
        {
            "start": 1263891664,
            "stop": 1263891783
        },
        {
            "start": 1263891785,
            "stop": 1263892120
        },
        {
            "start": 1263892121,
            "stop": 1263892349
        },
        {
            "start": 1263892351,
            "stop": 1263892513
        },
        {
            "start": 1263892514,
            "stop": 1263892643
        },
        {
            "start": 1263892646,
            "stop": 1263892660
        },
        {
            "start": 1263892662,
            "stop": 1263893035
        },
        {
            "start": 1263893039,
            "stop": 1263893071
        },
        {
            "start": 1263893073,
            "stop": 1263893460
        },
        {
            "start": 1263893461,
            "stop": 1263893697
        },
        {
            "start": 1263893699,
            "stop": 1263893772
        },
        {
            "start": 1263893773,
            "stop": 1263893985
        },
        {
            "start": 1263893990,
            "stop": 1263894012
        },
        {
            "start": 1263894021,
            "stop": 1263894068
        },
        {
            "start": 1263894070,
            "stop": 1263894100
        },
        {
            "start": 1263894102,
            "stop": 1263894106
        },
        {
            "start": 1263894107,
            "stop": 1263894110
        },
        {
            "start": 1263894112,
            "stop": 1263894212
        },
        {
            "start": 1263894213,
            "stop": 1263894287
        },
        {
            "start": 1263894288,
            "stop": 1263894307
        }
    ]
}