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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=29",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 30,
    "results": [
        {
            "start": 1238189890,
            "stop": 1238189903
        },
        {
            "start": 1238189905,
            "stop": 1238189914
        },
        {
            "start": 1238189915,
            "stop": 1238189919
        },
        {
            "start": 1238189920,
            "stop": 1238189930
        },
        {
            "start": 1238189931,
            "stop": 1238189932
        },
        {
            "start": 1238189933,
            "stop": 1238189936
        },
        {
            "start": 1238189937,
            "stop": 1238189943
        },
        {
            "start": 1238189944,
            "stop": 1238189945
        },
        {
            "start": 1238189947,
            "stop": 1238189953
        },
        {
            "start": 1238189954,
            "stop": 1238189959
        },
        {
            "start": 1238189963,
            "stop": 1238189970
        },
        {
            "start": 1238189971,
            "stop": 1238189977
        },
        {
            "start": 1238189978,
            "stop": 1238189984
        },
        {
            "start": 1238189986,
            "stop": 1238189988
        },
        {
            "start": 1238189989,
            "stop": 1238189995
        },
        {
            "start": 1238189996,
            "stop": 1238190001
        },
        {
            "start": 1238190003,
            "stop": 1238190008
        },
        {
            "start": 1238190011,
            "stop": 1238190015
        },
        {
            "start": 1238190017,
            "stop": 1238190018
        },
        {
            "start": 1238190022,
            "stop": 1238190025
        }
    ]
}