Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=40",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 41,
    "results": [
        {
            "start": 817091438,
            "stop": 817101397
        },
        {
            "start": 817101410,
            "stop": 817103833
        },
        {
            "start": 817103846,
            "stop": 817103847
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111773,
            "stop": 817138137
        },
        {
            "start": 817138165,
            "stop": 817140010
        },
        {
            "start": 817140018,
            "stop": 817141630
        },
        {
            "start": 817141637,
            "stop": 817147012
        },
        {
            "start": 817147022,
            "stop": 817148775
        },
        {
            "start": 817148782,
            "stop": 817149373
        },
        {
            "start": 817149380,
            "stop": 817149679
        },
        {
            "start": 817149687,
            "stop": 817150081
        },
        {
            "start": 817150088,
            "stop": 817150137
        },
        {
            "start": 817150144,
            "stop": 817150345
        },
        {
            "start": 817150356,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817150577
        },
        {
            "start": 817150590,
            "stop": 817153007
        },
        {
            "start": 817153014,
            "stop": 817156970
        },
        {
            "start": 817157050,
            "stop": 817160023
        }
    ]
}