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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2388",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2389,
    "results": [
        {
            "start": 875123544,
            "stop": 875123639
        },
        {
            "start": 875123691,
            "stop": 875123733
        },
        {
            "start": 875123752,
            "stop": 875124235
        },
        {
            "start": 875124261,
            "stop": 875124262
        },
        {
            "start": 875124281,
            "stop": 875124416
        },
        {
            "start": 875124444,
            "stop": 875124481
        },
        {
            "start": 875124500,
            "stop": 875124513
        },
        {
            "start": 875124541,
            "stop": 875124634
        },
        {
            "start": 875124656,
            "stop": 875124949
        },
        {
            "start": 875124979,
            "stop": 875124994
        },
        {
            "start": 875125022,
            "stop": 875125035
        },
        {
            "start": 875125066,
            "stop": 875125255
        },
        {
            "start": 875125275,
            "stop": 875125489
        },
        {
            "start": 875125510,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127712
        },
        {
            "start": 875127745,
            "stop": 875127773
        },
        {
            "start": 875127792,
            "stop": 875127872
        },
        {
            "start": 875127879,
            "stop": 875127992
        },
        {
            "start": 875128011,
            "stop": 875128363
        },
        {
            "start": 875128382,
            "stop": 875128558
        }
    ]
}