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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=7",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 8,
    "results": [
        {
            "start": 1238179647,
            "stop": 1238179653
        },
        {
            "start": 1238179654,
            "stop": 1238179660
        },
        {
            "start": 1238179666,
            "stop": 1238179669
        },
        {
            "start": 1238179671,
            "stop": 1238179677
        },
        {
            "start": 1238179678,
            "stop": 1238179683
        },
        {
            "start": 1238179684,
            "stop": 1238179686
        },
        {
            "start": 1238179687,
            "stop": 1238179692
        },
        {
            "start": 1238179697,
            "stop": 1238179700
        },
        {
            "start": 1238179704,
            "stop": 1238179706
        },
        {
            "start": 1238179715,
            "stop": 1238179721
        },
        {
            "start": 1238179725,
            "stop": 1238179734
        },
        {
            "start": 1238179740,
            "stop": 1238179748
        },
        {
            "start": 1238179751,
            "stop": 1238179755
        },
        {
            "start": 1238179761,
            "stop": 1238179765
        },
        {
            "start": 1238179770,
            "stop": 1238179792
        },
        {
            "start": 1238179795,
            "stop": 1238179804
        },
        {
            "start": 1238179811,
            "stop": 1238180345
        },
        {
            "start": 1238180347,
            "stop": 1238180379
        },
        {
            "start": 1238180383,
            "stop": 1238180440
        },
        {
            "start": 1238180441,
            "stop": 1238180447
        }
    ]
}