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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=85",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 86,
    "results": [
        {
            "start": 819189306,
            "stop": 819189604
        },
        {
            "start": 819189611,
            "stop": 819189624
        },
        {
            "start": 819189632,
            "stop": 819189790
        },
        {
            "start": 819189804,
            "stop": 819189829
        },
        {
            "start": 819189837,
            "stop": 819190946
        },
        {
            "start": 819190953,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819193145
        },
        {
            "start": 819193153,
            "stop": 819193187
        },
        {
            "start": 819193196,
            "stop": 819193254
        },
        {
            "start": 819193262,
            "stop": 819193462
        },
        {
            "start": 819193469,
            "stop": 819193924
        },
        {
            "start": 819193931,
            "stop": 819193985
        },
        {
            "start": 819193992,
            "stop": 819194290
        },
        {
            "start": 819194297,
            "stop": 819194359
        },
        {
            "start": 819194368,
            "stop": 819194480
        },
        {
            "start": 819194510,
            "stop": 819195032
        },
        {
            "start": 819195040,
            "stop": 819195096
        },
        {
            "start": 819195103,
            "stop": 819195438
        },
        {
            "start": 819195446,
            "stop": 819195742
        },
        {
            "start": 819195749,
            "stop": 819196906
        }
    ]
}