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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=96",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 97,
    "results": [
        {
            "start": 1239617728,
            "stop": 1239618327
        },
        {
            "start": 1239618328,
            "stop": 1239618907
        },
        {
            "start": 1239618908,
            "stop": 1239619527
        },
        {
            "start": 1239619528,
            "stop": 1239620127
        },
        {
            "start": 1239620128,
            "stop": 1239620707
        },
        {
            "start": 1239620708,
            "stop": 1239621327
        },
        {
            "start": 1239621328,
            "stop": 1239621927
        },
        {
            "start": 1239621928,
            "stop": 1239622527
        },
        {
            "start": 1239622528,
            "stop": 1239623107
        },
        {
            "start": 1239623108,
            "stop": 1239623727
        },
        {
            "start": 1239623728,
            "stop": 1239624327
        },
        {
            "start": 1239624328,
            "stop": 1239624907
        },
        {
            "start": 1239624908,
            "stop": 1239625527
        },
        {
            "start": 1239625528,
            "stop": 1239626127
        },
        {
            "start": 1239626128,
            "stop": 1239626727
        },
        {
            "start": 1239626728,
            "stop": 1239627307
        },
        {
            "start": 1239627308,
            "stop": 1239627927
        },
        {
            "start": 1239627928,
            "stop": 1239628527
        },
        {
            "start": 1239628528,
            "stop": 1239629107
        },
        {
            "start": 1239629108,
            "stop": 1239629727
        }
    ]
}