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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46731",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46732,
    "results": [
        {
            "start": 875067667,
            "stop": 875067741
        },
        {
            "start": 875067744,
            "stop": 875067785
        },
        {
            "start": 875067786,
            "stop": 875067794
        },
        {
            "start": 875067795,
            "stop": 875067796
        },
        {
            "start": 875067797,
            "stop": 875067836
        },
        {
            "start": 875067837,
            "stop": 875067847
        },
        {
            "start": 875067848,
            "stop": 875067871
        },
        {
            "start": 875067872,
            "stop": 875067873
        },
        {
            "start": 875067874,
            "stop": 875067891
        },
        {
            "start": 875067893,
            "stop": 875067900
        },
        {
            "start": 875067902,
            "stop": 875067906
        },
        {
            "start": 875067907,
            "stop": 875067913
        },
        {
            "start": 875067914,
            "stop": 875067920
        },
        {
            "start": 875067921,
            "stop": 875067922
        },
        {
            "start": 875067923,
            "stop": 875067945
        },
        {
            "start": 875067946,
            "stop": 875067957
        },
        {
            "start": 875067959,
            "stop": 875067964
        },
        {
            "start": 875067965,
            "stop": 875067989
        },
        {
            "start": 875067990,
            "stop": 875068006
        },
        {
            "start": 875068007,
            "stop": 875068014
        }
    ]
}