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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=125",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 126,
    "results": [
        {
            "start": 818067063,
            "stop": 818067065
        },
        {
            "start": 818067099,
            "stop": 818067101
        },
        {
            "start": 818067222,
            "stop": 818067234
        },
        {
            "start": 818069564,
            "stop": 818069575
        },
        {
            "start": 818070490,
            "stop": 818070492
        },
        {
            "start": 818075386,
            "stop": 818075387
        },
        {
            "start": 818080534,
            "stop": 818080536
        },
        {
            "start": 818160753,
            "stop": 818160764
        },
        {
            "start": 818160798,
            "stop": 818160827
        },
        {
            "start": 818205685,
            "stop": 818205694
        },
        {
            "start": 818206133,
            "stop": 818206134
        },
        {
            "start": 818229819,
            "stop": 818229824
        },
        {
            "start": 818242600,
            "stop": 818242605
        },
        {
            "start": 818245878,
            "stop": 818245880
        },
        {
            "start": 818264053,
            "stop": 818264312
        },
        {
            "start": 818264344,
            "stop": 818264392
        },
        {
            "start": 818264456,
            "stop": 818264507
        },
        {
            "start": 818264554,
            "stop": 818264560
        },
        {
            "start": 818264636,
            "stop": 818264639
        },
        {
            "start": 818264681,
            "stop": 818264684
        }
    ]
}