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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1806",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1804",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1805,
    "results": [
        {
            "start": 1249806223,
            "stop": 1249806459
        },
        {
            "start": 1249806462,
            "stop": 1249808781
        },
        {
            "start": 1249808784,
            "stop": 1249809928
        },
        {
            "start": 1249809931,
            "stop": 1249810296
        },
        {
            "start": 1249810306,
            "stop": 1249810311
        },
        {
            "start": 1249810390,
            "stop": 1249810683
        },
        {
            "start": 1249810684,
            "stop": 1249810692
        },
        {
            "start": 1249810694,
            "stop": 1249810695
        },
        {
            "start": 1249810707,
            "stop": 1249810708
        },
        {
            "start": 1249810714,
            "stop": 1249810717
        },
        {
            "start": 1249810718,
            "stop": 1249810728
        },
        {
            "start": 1249810729,
            "stop": 1249810773
        },
        {
            "start": 1249810774,
            "stop": 1249810786
        },
        {
            "start": 1249810789,
            "stop": 1249810802
        },
        {
            "start": 1249810807,
            "stop": 1249810810
        },
        {
            "start": 1249810824,
            "stop": 1249810846
        },
        {
            "start": 1249810847,
            "stop": 1249813727
        },
        {
            "start": 1249813730,
            "stop": 1249821179
        },
        {
            "start": 1249821182,
            "stop": 1249824143
        },
        {
            "start": 1249824146,
            "stop": 1249829242
        }
    ]
}