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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=10",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 11,
    "results": [
        {
            "start": 931170915,
            "stop": 931170916
        },
        {
            "start": 931170922,
            "stop": 931170924
        },
        {
            "start": 931170929,
            "stop": 931170932
        },
        {
            "start": 931170947,
            "stop": 931170949
        },
        {
            "start": 931170965,
            "stop": 931170967
        },
        {
            "start": 931173201,
            "stop": 931177646
        },
        {
            "start": 931180124,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931194235
        },
        {
            "start": 931196921,
            "stop": 931198277
        },
        {
            "start": 931198356,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931222235
        },
        {
            "start": 931222244,
            "stop": 931222255
        },
        {
            "start": 931244439,
            "stop": 931245754
        },
        {
            "start": 931245760,
            "stop": 931257317
        },
        {
            "start": 931257323,
            "stop": 931257340
        },
        {
            "start": 931257346,
            "stop": 931257470
        },
        {
            "start": 931257478,
            "stop": 931258221
        },
        {
            "start": 931258233,
            "stop": 931258276
        },
        {
            "start": 931258282,
            "stop": 931258283
        }
    ]
}