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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=41",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 42,
    "results": [
        {
            "start": 816422064,
            "stop": 816422178
        },
        {
            "start": 816422183,
            "stop": 816422255
        },
        {
            "start": 816422266,
            "stop": 816422271
        },
        {
            "start": 816422288,
            "stop": 816422477
        },
        {
            "start": 816422491,
            "stop": 816422492
        },
        {
            "start": 816422514,
            "stop": 816422519
        },
        {
            "start": 816422526,
            "stop": 816422545
        },
        {
            "start": 816422552,
            "stop": 816422598
        },
        {
            "start": 816422603,
            "stop": 816422689
        },
        {
            "start": 816422704,
            "stop": 816422720
        },
        {
            "start": 816422728,
            "stop": 816422730
        },
        {
            "start": 816422737,
            "stop": 816422740
        },
        {
            "start": 816422746,
            "stop": 816422752
        },
        {
            "start": 816422761,
            "stop": 816422806
        },
        {
            "start": 816422810,
            "stop": 816422834
        },
        {
            "start": 816422839,
            "stop": 816422842
        },
        {
            "start": 816422846,
            "stop": 816422874
        },
        {
            "start": 816422882,
            "stop": 816422883
        },
        {
            "start": 816422891,
            "stop": 816422893
        },
        {
            "start": 816422898,
            "stop": 816422901
        }
    ]
}