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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=269",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 270,
    "results": [
        {
            "start": 1240324299,
            "stop": 1240324301
        },
        {
            "start": 1240324302,
            "stop": 1240324325
        },
        {
            "start": 1240324326,
            "stop": 1240324331
        },
        {
            "start": 1240324332,
            "stop": 1240324370
        },
        {
            "start": 1240324372,
            "stop": 1240324404
        },
        {
            "start": 1240324405,
            "stop": 1240324407
        },
        {
            "start": 1240324408,
            "stop": 1240324462
        },
        {
            "start": 1240324463,
            "stop": 1240324544
        },
        {
            "start": 1240324545,
            "stop": 1240324547
        },
        {
            "start": 1240324548,
            "stop": 1240324659
        },
        {
            "start": 1240324660,
            "stop": 1240324663
        },
        {
            "start": 1240324664,
            "stop": 1240324705
        },
        {
            "start": 1240324708,
            "stop": 1240324710
        },
        {
            "start": 1240324711,
            "stop": 1240324764
        },
        {
            "start": 1240324765,
            "stop": 1240324768
        },
        {
            "start": 1240324769,
            "stop": 1240324801
        },
        {
            "start": 1240324803,
            "stop": 1240324804
        },
        {
            "start": 1240324805,
            "stop": 1240324823
        },
        {
            "start": 1240324824,
            "stop": 1240324825
        },
        {
            "start": 1240324826,
            "stop": 1240324907
        }
    ]
}