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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=255",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 256,
    "results": [
        {
            "start": 1240289800,
            "stop": 1240289962
        },
        {
            "start": 1240289965,
            "stop": 1240290341
        },
        {
            "start": 1240290342,
            "stop": 1240290605
        },
        {
            "start": 1240290608,
            "stop": 1240290669
        },
        {
            "start": 1240290672,
            "stop": 1240290673
        },
        {
            "start": 1240290674,
            "stop": 1240291763
        },
        {
            "start": 1240291765,
            "stop": 1240292043
        },
        {
            "start": 1240292044,
            "stop": 1240292679
        },
        {
            "start": 1240292682,
            "stop": 1240292719
        },
        {
            "start": 1240292720,
            "stop": 1240293987
        },
        {
            "start": 1240293988,
            "stop": 1240294917
        },
        {
            "start": 1240294920,
            "stop": 1240295041
        },
        {
            "start": 1240295043,
            "stop": 1240295253
        },
        {
            "start": 1240295254,
            "stop": 1240295521
        },
        {
            "start": 1240295524,
            "stop": 1240295867
        },
        {
            "start": 1240295869,
            "stop": 1240295925
        },
        {
            "start": 1240295926,
            "stop": 1240296094
        },
        {
            "start": 1240296095,
            "stop": 1240296194
        },
        {
            "start": 1240296195,
            "stop": 1240296343
        },
        {
            "start": 1240296345,
            "stop": 1240296450
        }
    ]
}