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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 74,
    "results": [
        {
            "start": 1374226790,
            "stop": 1374229355
        },
        {
            "start": 1374229360,
            "stop": 1374234069
        },
        {
            "start": 1374245362,
            "stop": 1374246746
        },
        {
            "start": 1374254726,
            "stop": 1374255396
        },
        {
            "start": 1374255401,
            "stop": 1374256730
        },
        {
            "start": 1374267522,
            "stop": 1374267815
        },
        {
            "start": 1374268129,
            "stop": 1374270911
        },
        {
            "start": 1374270916,
            "stop": 1374272204
        },
        {
            "start": 1374272209,
            "stop": 1374272760
        },
        {
            "start": 1374272765,
            "stop": 1374273982
        },
        {
            "start": 1374292527,
            "stop": 1374298650
        },
        {
            "start": 1374298655,
            "stop": 1374298835
        },
        {
            "start": 1374298840,
            "stop": 1374298866
        },
        {
            "start": 1374303416,
            "stop": 1374311048
        },
        {
            "start": 1374311051,
            "stop": 1374311346
        },
        {
            "start": 1374311351,
            "stop": 1374320896
        },
        {
            "start": 1374321634,
            "stop": 1374325154
        },
        {
            "start": 1374325159,
            "stop": 1374327196
        },
        {
            "start": 1374327199,
            "stop": 1374330089
        },
        {
            "start": 1374331308,
            "stop": 1374331516
        }
    ]
}