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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_STOCH_CAT1/segments?format=api&page=3",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 4,
    "results": [
        {
            "start": 1398142820,
            "stop": 1398182520
        },
        {
            "start": 1398198913,
            "stop": 1398214366
        },
        {
            "start": 1398214594,
            "stop": 1398218682
        },
        {
            "start": 1398222266,
            "stop": 1398242926
        },
        {
            "start": 1398254819,
            "stop": 1398273528
        },
        {
            "start": 1398278979,
            "stop": 1398340929
        },
        {
            "start": 1398345581,
            "stop": 1398358236
        },
        {
            "start": 1398363762,
            "stop": 1398380309
        },
        {
            "start": 1398387369,
            "stop": 1398460802
        },
        {
            "start": 1398463110,
            "stop": 1398485079
        },
        {
            "start": 1398486924,
            "stop": 1398488674
        },
        {
            "start": 1398490220,
            "stop": 1398522164
        },
        {
            "start": 1398523266,
            "stop": 1398523311
        },
        {
            "start": 1398552572,
            "stop": 1398552639
        },
        {
            "start": 1398556355,
            "stop": 1398573309
        },
        {
            "start": 1398577263,
            "stop": 1398604803
        },
        {
            "start": 1398610012,
            "stop": 1398612622
        },
        {
            "start": 1398626809,
            "stop": 1398629436
        },
        {
            "start": 1398633354,
            "stop": 1398643813
        },
        {
            "start": 1398646466,
            "stop": 1398661164
        }
    ]
}