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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5127",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5125",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5126,
    "results": [
        {
            "start": 1135934433,
            "stop": 1135935325
        },
        {
            "start": 1135935327,
            "stop": 1135935335
        },
        {
            "start": 1135935337,
            "stop": 1135935663
        },
        {
            "start": 1135935665,
            "stop": 1135935666
        },
        {
            "start": 1135935668,
            "stop": 1135935839
        },
        {
            "start": 1135935841,
            "stop": 1135935946
        },
        {
            "start": 1135935948,
            "stop": 1135937471
        },
        {
            "start": 1135937473,
            "stop": 1135937480
        },
        {
            "start": 1135937482,
            "stop": 1135937909
        },
        {
            "start": 1135937911,
            "stop": 1135937960
        },
        {
            "start": 1135937962,
            "stop": 1135938491
        },
        {
            "start": 1135938493,
            "stop": 1135938750
        },
        {
            "start": 1135938752,
            "stop": 1135939933
        },
        {
            "start": 1135939935,
            "stop": 1135940308
        },
        {
            "start": 1135940310,
            "stop": 1135940522
        },
        {
            "start": 1135940524,
            "stop": 1135940670
        },
        {
            "start": 1135940672,
            "stop": 1135940688
        },
        {
            "start": 1135940690,
            "stop": 1135940911
        },
        {
            "start": 1135942099,
            "stop": 1135943137
        },
        {
            "start": 1135943139,
            "stop": 1135943411
        }
    ]
}