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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=81",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 82,
    "results": [
        {
            "start": 825961967,
            "stop": 825962142
        },
        {
            "start": 825964355,
            "stop": 825965833
        },
        {
            "start": 825966665,
            "stop": 825969600
        },
        {
            "start": 825969601,
            "stop": 825970923
        },
        {
            "start": 825971514,
            "stop": 825974170
        },
        {
            "start": 825974171,
            "stop": 825975553
        },
        {
            "start": 825976740,
            "stop": 825978564
        },
        {
            "start": 825978568,
            "stop": 825979424
        },
        {
            "start": 825979425,
            "stop": 825980736
        },
        {
            "start": 825980768,
            "stop": 825987650
        },
        {
            "start": 825992016,
            "stop": 825993248
        },
        {
            "start": 825993280,
            "stop": 825996192
        },
        {
            "start": 825996224,
            "stop": 825996256
        },
        {
            "start": 825996288,
            "stop": 825996352
        },
        {
            "start": 825996384,
            "stop": 825998531
        },
        {
            "start": 825998604,
            "stop": 826000000
        },
        {
            "start": 826003246,
            "stop": 826004160
        },
        {
            "start": 826004192,
            "stop": 826010432
        },
        {
            "start": 826010464,
            "stop": 826010810
        },
        {
            "start": 826010819,
            "stop": 826010829
        }
    ]
}