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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=72",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 73,
    "results": [
        {
            "start": 817475186,
            "stop": 817475265
        },
        {
            "start": 817475294,
            "stop": 817475697
        },
        {
            "start": 817475726,
            "stop": 817476597
        },
        {
            "start": 817476645,
            "stop": 817476646
        },
        {
            "start": 817477300,
            "stop": 817477511
        },
        {
            "start": 817477564,
            "stop": 817477573
        },
        {
            "start": 817477590,
            "stop": 817477591
        },
        {
            "start": 817513848,
            "stop": 817523254
        },
        {
            "start": 817523283,
            "stop": 817523482
        },
        {
            "start": 817523511,
            "stop": 817524639
        },
        {
            "start": 817524706,
            "stop": 817530450
        },
        {
            "start": 817530690,
            "stop": 817530832
        },
        {
            "start": 817530861,
            "stop": 817538598
        },
        {
            "start": 817538627,
            "stop": 817542034
        },
        {
            "start": 817542063,
            "stop": 817542081
        },
        {
            "start": 817543022,
            "stop": 817543432
        },
        {
            "start": 817543461,
            "stop": 817543530
        },
        {
            "start": 817543775,
            "stop": 817543971
        },
        {
            "start": 817543983,
            "stop": 817543985
        },
        {
            "start": 817543996,
            "stop": 817547686
        }
    ]
}