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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=295",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 296,
    "results": [
        {
            "start": 858437670,
            "stop": 858437790
        },
        {
            "start": 858437910,
            "stop": 858437970
        },
        {
            "start": 858455027,
            "stop": 858455571
        },
        {
            "start": 858455871,
            "stop": 858457979
        },
        {
            "start": 858458001,
            "stop": 858458029
        },
        {
            "start": 858458051,
            "stop": 858461926
        },
        {
            "start": 858464008,
            "stop": 858464676
        },
        {
            "start": 858464857,
            "stop": 858465150
        },
        {
            "start": 858465210,
            "stop": 858465397
        },
        {
            "start": 858465507,
            "stop": 858465659
        },
        {
            "start": 858465959,
            "stop": 858467537
        },
        {
            "start": 858468962,
            "stop": 858469359
        },
        {
            "start": 858469381,
            "stop": 858469673
        },
        {
            "start": 858469769,
            "stop": 858469832
        },
        {
            "start": 858470142,
            "stop": 858470144
        },
        {
            "start": 858470561,
            "stop": 858470574
        },
        {
            "start": 858470874,
            "stop": 858489665
        },
        {
            "start": 858489965,
            "stop": 858513724
        },
        {
            "start": 858513746,
            "stop": 858514641
        },
        {
            "start": 858514647,
            "stop": 858516057
        }
    ]
}