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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 190,
    "results": [
        {
            "start": 1421785854,
            "stop": 1421786538
        },
        {
            "start": 1421795430,
            "stop": 1421795478
        },
        {
            "start": 1421796198,
            "stop": 1421796657
        },
        {
            "start": 1421796662,
            "stop": 1421798442
        },
        {
            "start": 1421798447,
            "stop": 1421800185
        },
        {
            "start": 1421800190,
            "stop": 1421801412
        },
        {
            "start": 1421801803,
            "stop": 1421804628
        },
        {
            "start": 1421804633,
            "stop": 1421815258
        },
        {
            "start": 1421815263,
            "stop": 1421816640
        },
        {
            "start": 1421816645,
            "stop": 1421817366
        },
        {
            "start": 1421825836,
            "stop": 1421828084
        },
        {
            "start": 1421832690,
            "stop": 1421834415
        },
        {
            "start": 1421834420,
            "stop": 1421834797
        },
        {
            "start": 1421834802,
            "stop": 1421835629
        },
        {
            "start": 1421842868,
            "stop": 1421845111
        },
        {
            "start": 1421845116,
            "stop": 1421853907
        },
        {
            "start": 1421853912,
            "stop": 1421856568
        },
        {
            "start": 1421856573,
            "stop": 1421857345
        },
        {
            "start": 1421857350,
            "stop": 1421858602
        },
        {
            "start": 1421858605,
            "stop": 1421859315
        }
    ]
}