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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=170",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 171,
    "results": [
        {
            "start": 1261270894,
            "stop": 1261271102
        },
        {
            "start": 1261271105,
            "stop": 1261271261
        },
        {
            "start": 1261271264,
            "stop": 1261271464
        },
        {
            "start": 1261271467,
            "stop": 1261271495
        },
        {
            "start": 1261271499,
            "stop": 1261271659
        },
        {
            "start": 1261271662,
            "stop": 1261271675
        },
        {
            "start": 1261271678,
            "stop": 1261271743
        },
        {
            "start": 1261271746,
            "stop": 1261271751
        },
        {
            "start": 1261271754,
            "stop": 1261271755
        },
        {
            "start": 1261271758,
            "stop": 1261271818
        },
        {
            "start": 1261271822,
            "stop": 1261271919
        },
        {
            "start": 1261271922,
            "stop": 1261272197
        },
        {
            "start": 1261272199,
            "stop": 1261272273
        },
        {
            "start": 1261272276,
            "stop": 1261272282
        },
        {
            "start": 1261272284,
            "stop": 1261272462
        },
        {
            "start": 1261272466,
            "stop": 1261272673
        },
        {
            "start": 1261272676,
            "stop": 1261272913
        },
        {
            "start": 1261272917,
            "stop": 1261272970
        },
        {
            "start": 1261272973,
            "stop": 1261274967
        },
        {
            "start": 1261274970,
            "stop": 1261275149
        }
    ]
}