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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=117",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 118,
    "results": [
        {
            "start": 1175650128,
            "stop": 1175650766
        },
        {
            "start": 1175650767,
            "stop": 1175651757
        },
        {
            "start": 1175651758,
            "stop": 1175652442
        },
        {
            "start": 1175652443,
            "stop": 1175653185
        },
        {
            "start": 1175653186,
            "stop": 1175653908
        },
        {
            "start": 1175653909,
            "stop": 1175654804
        },
        {
            "start": 1175654805,
            "stop": 1175655512
        },
        {
            "start": 1175655513,
            "stop": 1175656208
        },
        {
            "start": 1175656209,
            "stop": 1175656883
        },
        {
            "start": 1175656884,
            "stop": 1175657685
        },
        {
            "start": 1175657686,
            "stop": 1175658673
        },
        {
            "start": 1175658674,
            "stop": 1175658982
        },
        {
            "start": 1175658983,
            "stop": 1175660181
        },
        {
            "start": 1175660182,
            "stop": 1175660257
        },
        {
            "start": 1175660258,
            "stop": 1175661455
        },
        {
            "start": 1175661456,
            "stop": 1175662766
        },
        {
            "start": 1175662767,
            "stop": 1175663671
        },
        {
            "start": 1175663672,
            "stop": 1175664617
        },
        {
            "start": 1175664618,
            "stop": 1175665599
        },
        {
            "start": 1175665600,
            "stop": 1175666594
        }
    ]
}