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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 110,
    "results": [
        {
            "start": 1239285336,
            "stop": 1239285717
        },
        {
            "start": 1239285719,
            "stop": 1239286036
        },
        {
            "start": 1239286037,
            "stop": 1239286274
        },
        {
            "start": 1239286277,
            "stop": 1239286527
        },
        {
            "start": 1239286528,
            "stop": 1239287464
        },
        {
            "start": 1239287467,
            "stop": 1239287527
        },
        {
            "start": 1239287530,
            "stop": 1239288926
        },
        {
            "start": 1239295624,
            "stop": 1239296092
        },
        {
            "start": 1239296094,
            "stop": 1239296308
        },
        {
            "start": 1239296309,
            "stop": 1239296312
        },
        {
            "start": 1239296315,
            "stop": 1239296348
        },
        {
            "start": 1239296349,
            "stop": 1239296453
        },
        {
            "start": 1239296454,
            "stop": 1239296481
        },
        {
            "start": 1239296482,
            "stop": 1239296624
        },
        {
            "start": 1239296627,
            "stop": 1239296630
        },
        {
            "start": 1239296632,
            "stop": 1239296671
        },
        {
            "start": 1239296674,
            "stop": 1239296728
        },
        {
            "start": 1239296731,
            "stop": 1239296907
        },
        {
            "start": 1239296910,
            "stop": 1239297027
        },
        {
            "start": 1239297030,
            "stop": 1239297067
        }
    ]
}