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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=297",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 298,
    "results": [
        {
            "start": 1263323800,
            "stop": 1263324853
        },
        {
            "start": 1263324858,
            "stop": 1263329958
        },
        {
            "start": 1263329960,
            "stop": 1263330551
        },
        {
            "start": 1263333826,
            "stop": 1263338634
        },
        {
            "start": 1263338635,
            "stop": 1263340190
        },
        {
            "start": 1263340192,
            "stop": 1263342661
        },
        {
            "start": 1263342664,
            "stop": 1263345437
        },
        {
            "start": 1263345439,
            "stop": 1263348012
        },
        {
            "start": 1263348013,
            "stop": 1263350777
        },
        {
            "start": 1263350782,
            "stop": 1263350924
        },
        {
            "start": 1263350929,
            "stop": 1263354549
        },
        {
            "start": 1263354551,
            "stop": 1263354966
        },
        {
            "start": 1263354971,
            "stop": 1263355042
        },
        {
            "start": 1263355047,
            "stop": 1263355744
        },
        {
            "start": 1263355749,
            "stop": 1263355773
        },
        {
            "start": 1263355776,
            "stop": 1263356132
        },
        {
            "start": 1263356135,
            "stop": 1263356512
        },
        {
            "start": 1263356515,
            "stop": 1263356867
        },
        {
            "start": 1263356872,
            "stop": 1263357042
        },
        {
            "start": 1263357047,
            "stop": 1263357504
        }
    ]
}