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=587
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=588",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=586",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 587,
    "results": [
        {
            "start": 1262917205,
            "stop": 1262917381
        },
        {
            "start": 1262917384,
            "stop": 1262917471
        },
        {
            "start": 1262917474,
            "stop": 1262917545
        },
        {
            "start": 1262917548,
            "stop": 1262917595
        },
        {
            "start": 1262917598,
            "stop": 1262917614
        },
        {
            "start": 1262917617,
            "stop": 1262917618
        },
        {
            "start": 1262917621,
            "stop": 1262917766
        },
        {
            "start": 1262917769,
            "stop": 1262917792
        },
        {
            "start": 1262917795,
            "stop": 1262917817
        },
        {
            "start": 1262917820,
            "stop": 1262917829
        },
        {
            "start": 1262917832,
            "stop": 1262917875
        },
        {
            "start": 1262917878,
            "stop": 1262917887
        },
        {
            "start": 1262917890,
            "stop": 1262917948
        },
        {
            "start": 1262917951,
            "stop": 1262917976
        },
        {
            "start": 1262917979,
            "stop": 1262918003
        },
        {
            "start": 1262918006,
            "stop": 1262918028
        },
        {
            "start": 1262918031,
            "stop": 1262918052
        },
        {
            "start": 1262918055,
            "stop": 1262918074
        },
        {
            "start": 1262918077,
            "stop": 1262918105
        },
        {
            "start": 1262918108,
            "stop": 1262918118
        }
    ]
}