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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=41",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 42,
    "results": [
        {
            "start": 1238191713,
            "stop": 1238191723
        },
        {
            "start": 1238191724,
            "stop": 1238191731
        },
        {
            "start": 1238191732,
            "stop": 1238191740
        },
        {
            "start": 1238191741,
            "stop": 1238191748
        },
        {
            "start": 1238191749,
            "stop": 1238191760
        },
        {
            "start": 1238191762,
            "stop": 1238191771
        },
        {
            "start": 1238191772,
            "stop": 1238191779
        },
        {
            "start": 1238191781,
            "stop": 1238191789
        },
        {
            "start": 1238191790,
            "stop": 1238191797
        },
        {
            "start": 1238191798,
            "stop": 1238191808
        },
        {
            "start": 1238191809,
            "stop": 1238191815
        },
        {
            "start": 1238191816,
            "stop": 1238191819
        },
        {
            "start": 1238191820,
            "stop": 1238191827
        },
        {
            "start": 1238191828,
            "stop": 1238191835
        },
        {
            "start": 1238191836,
            "stop": 1238191841
        },
        {
            "start": 1238191842,
            "stop": 1238191843
        },
        {
            "start": 1238191844,
            "stop": 1238191846
        },
        {
            "start": 1238191847,
            "stop": 1238191852
        },
        {
            "start": 1238191853,
            "stop": 1238191863
        },
        {
            "start": 1238191864,
            "stop": 1238191873
        }
    ]
}