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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=28",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 29,
    "results": [
        {
            "start": 931669304,
            "stop": 931669309
        },
        {
            "start": 931669329,
            "stop": 931669337
        },
        {
            "start": 931669434,
            "stop": 931669455
        },
        {
            "start": 931669571,
            "stop": 931669577
        },
        {
            "start": 931669682,
            "stop": 931669706
        },
        {
            "start": 931669753,
            "stop": 931669765
        },
        {
            "start": 931670299,
            "stop": 931670307
        },
        {
            "start": 931670503,
            "stop": 931670505
        },
        {
            "start": 931670636,
            "stop": 931670640
        },
        {
            "start": 931670824,
            "stop": 931670831
        },
        {
            "start": 931671287,
            "stop": 931671313
        },
        {
            "start": 931671392,
            "stop": 931671397
        },
        {
            "start": 931671469,
            "stop": 931671472
        },
        {
            "start": 931671495,
            "stop": 931671497
        },
        {
            "start": 931671597,
            "stop": 931671601
        },
        {
            "start": 931671705,
            "stop": 931671709
        },
        {
            "start": 931671729,
            "stop": 931671736
        },
        {
            "start": 931671765,
            "stop": 931671771
        },
        {
            "start": 931671919,
            "stop": 931671920
        },
        {
            "start": 931671955,
            "stop": 931671959
        }
    ]
}