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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5150",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5151,
    "results": [
        {
            "start": 874786296,
            "stop": 874786299
        },
        {
            "start": 874786318,
            "stop": 874786372
        },
        {
            "start": 874786391,
            "stop": 874786395
        },
        {
            "start": 874786422,
            "stop": 874786471
        },
        {
            "start": 874786490,
            "stop": 874786515
        },
        {
            "start": 874786540,
            "stop": 874786556
        },
        {
            "start": 874786575,
            "stop": 874786611
        },
        {
            "start": 874786661,
            "stop": 874786717
        },
        {
            "start": 874786736,
            "stop": 874786761
        },
        {
            "start": 874786780,
            "stop": 874786902
        },
        {
            "start": 874786921,
            "stop": 874787041
        },
        {
            "start": 874787060,
            "stop": 874787186
        },
        {
            "start": 874787215,
            "stop": 874787421
        },
        {
            "start": 874787440,
            "stop": 874787454
        },
        {
            "start": 874787490,
            "stop": 874787523
        },
        {
            "start": 874787542,
            "stop": 874787552
        },
        {
            "start": 874787606,
            "stop": 874787622
        },
        {
            "start": 874787642,
            "stop": 874787656
        },
        {
            "start": 874787694,
            "stop": 874787714
        },
        {
            "start": 874787733,
            "stop": 874787735
        }
    ]
}