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=867
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=868",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=866",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 867,
    "results": [
        {
            "start": 966344913,
            "stop": 966348037
        },
        {
            "start": 966350853,
            "stop": 966357501
        },
        {
            "start": 966358532,
            "stop": 966358677
        },
        {
            "start": 966360378,
            "stop": 966365770
        },
        {
            "start": 966369561,
            "stop": 966378680
        },
        {
            "start": 966379646,
            "stop": 966395299
        },
        {
            "start": 966395305,
            "stop": 966403443
        },
        {
            "start": 966403812,
            "stop": 966415594
        },
        {
            "start": 966415600,
            "stop": 966424011
        },
        {
            "start": 966424017,
            "stop": 966428254
        },
        {
            "start": 966429807,
            "stop": 966430365
        },
        {
            "start": 966430371,
            "stop": 966431498
        },
        {
            "start": 966431503,
            "stop": 966433714
        },
        {
            "start": 966439211,
            "stop": 966443713
        },
        {
            "start": 966445581,
            "stop": 966451639
        },
        {
            "start": 966454978,
            "stop": 966455329
        },
        {
            "start": 966457135,
            "stop": 966468071
        },
        {
            "start": 966470006,
            "stop": 966470755
        },
        {
            "start": 966472392,
            "stop": 966494210
        },
        {
            "start": 966495241,
            "stop": 966515771
        }
    ]
}