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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5694",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5695,
    "results": [
        {
            "start": 874579131,
            "stop": 874579181
        },
        {
            "start": 874579185,
            "stop": 874579232
        },
        {
            "start": 874579235,
            "stop": 874579382
        },
        {
            "start": 874579385,
            "stop": 874579396
        },
        {
            "start": 874579399,
            "stop": 874579440
        },
        {
            "start": 874579443,
            "stop": 874579469
        },
        {
            "start": 874579472,
            "stop": 874579503
        },
        {
            "start": 874579507,
            "stop": 874579522
        },
        {
            "start": 874579526,
            "stop": 874579535
        },
        {
            "start": 874579538,
            "stop": 874579603
        },
        {
            "start": 874579606,
            "stop": 874579622
        },
        {
            "start": 874579627,
            "stop": 874579725
        },
        {
            "start": 874579728,
            "stop": 874579738
        },
        {
            "start": 874579742,
            "stop": 874579760
        },
        {
            "start": 874579763,
            "stop": 874579781
        },
        {
            "start": 874579784,
            "stop": 874579798
        },
        {
            "start": 874579804,
            "stop": 874579817
        },
        {
            "start": 874579820,
            "stop": 874579821
        },
        {
            "start": 874579824,
            "stop": 874579903
        },
        {
            "start": 874579906,
            "stop": 874579946
        }
    ]
}