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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=271",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 272,
    "results": [
        {
            "start": 935182972,
            "stop": 935182986
        },
        {
            "start": 935182988,
            "stop": 935183014
        },
        {
            "start": 935183016,
            "stop": 935183021
        },
        {
            "start": 935183023,
            "stop": 935183038
        },
        {
            "start": 935183041,
            "stop": 935184048
        },
        {
            "start": 935184051,
            "stop": 935184079
        },
        {
            "start": 935184081,
            "stop": 935184169
        },
        {
            "start": 935184171,
            "stop": 935184198
        },
        {
            "start": 935184201,
            "stop": 935186537
        },
        {
            "start": 935186539,
            "stop": 935186569
        },
        {
            "start": 935186571,
            "stop": 935186585
        },
        {
            "start": 935186588,
            "stop": 935186595
        },
        {
            "start": 935186597,
            "stop": 935186614
        },
        {
            "start": 935186616,
            "stop": 935186620
        },
        {
            "start": 935186622,
            "stop": 935186628
        },
        {
            "start": 935186630,
            "stop": 935186636
        },
        {
            "start": 935186641,
            "stop": 935187033
        },
        {
            "start": 935188296,
            "stop": 935188879
        },
        {
            "start": 935193460,
            "stop": 935193736
        },
        {
            "start": 935193739,
            "stop": 935193760
        }
    ]
}