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=536
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=537",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 536,
    "results": [
        {
            "start": 1262801988,
            "stop": 1262801993
        },
        {
            "start": 1262801996,
            "stop": 1262802169
        },
        {
            "start": 1262802172,
            "stop": 1262802264
        },
        {
            "start": 1262802267,
            "stop": 1262802290
        },
        {
            "start": 1262802293,
            "stop": 1262802302
        },
        {
            "start": 1262802305,
            "stop": 1262802309
        },
        {
            "start": 1262802312,
            "stop": 1262802344
        },
        {
            "start": 1262802347,
            "stop": 1262802467
        },
        {
            "start": 1262802470,
            "stop": 1262802501
        },
        {
            "start": 1262802504,
            "stop": 1262802509
        },
        {
            "start": 1262802512,
            "stop": 1262802516
        },
        {
            "start": 1262802519,
            "stop": 1262802595
        },
        {
            "start": 1262802598,
            "stop": 1262802689
        },
        {
            "start": 1262802692,
            "stop": 1262802859
        },
        {
            "start": 1262802862,
            "stop": 1262802863
        },
        {
            "start": 1262802866,
            "stop": 1262802898
        },
        {
            "start": 1262802901,
            "stop": 1262802915
        },
        {
            "start": 1262802921,
            "stop": 1262802922
        },
        {
            "start": 1262802925,
            "stop": 1262802926
        },
        {
            "start": 1262802929,
            "stop": 1262802938
        }
    ]
}