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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1472",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1473,
    "results": [
        {
            "start": 861370441,
            "stop": 861377695
        },
        {
            "start": 861377873,
            "stop": 861379642
        },
        {
            "start": 861379952,
            "stop": 861386370
        },
        {
            "start": 861386545,
            "stop": 861386546
        },
        {
            "start": 861386764,
            "stop": 861388501
        },
        {
            "start": 861388912,
            "stop": 861390942
        },
        {
            "start": 861392481,
            "stop": 861415768
        },
        {
            "start": 861415919,
            "stop": 861424466
        },
        {
            "start": 861426034,
            "stop": 861428468
        },
        {
            "start": 861428663,
            "stop": 861454900
        },
        {
            "start": 861455511,
            "stop": 861462091
        },
        {
            "start": 861483304,
            "stop": 861489542
        },
        {
            "start": 861490412,
            "stop": 861490646
        },
        {
            "start": 861490649,
            "stop": 861490657
        },
        {
            "start": 861490660,
            "stop": 861490746
        },
        {
            "start": 861490749,
            "stop": 861496001
        },
        {
            "start": 861496260,
            "stop": 861499274
        },
        {
            "start": 861500240,
            "stop": 861503442
        },
        {
            "start": 861503445,
            "stop": 861504890
        },
        {
            "start": 861505203,
            "stop": 861573485
        }
    ]
}