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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=160",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 161,
    "results": [
        {
            "start": 1177524953,
            "stop": 1177525031
        },
        {
            "start": 1177525036,
            "stop": 1177525041
        },
        {
            "start": 1177525049,
            "stop": 1177525053
        },
        {
            "start": 1177525062,
            "stop": 1177525065
        },
        {
            "start": 1177525073,
            "stop": 1177525077
        },
        {
            "start": 1177525082,
            "stop": 1177525168
        },
        {
            "start": 1177525170,
            "stop": 1177525178
        },
        {
            "start": 1177525183,
            "stop": 1177525188
        },
        {
            "start": 1177525194,
            "stop": 1177525201
        },
        {
            "start": 1177525207,
            "stop": 1177525213
        },
        {
            "start": 1177525217,
            "stop": 1177525513
        },
        {
            "start": 1177525515,
            "stop": 1177525821
        },
        {
            "start": 1177525824,
            "stop": 1177525830
        },
        {
            "start": 1177525837,
            "stop": 1177525841
        },
        {
            "start": 1177525849,
            "stop": 1177525856
        },
        {
            "start": 1177525862,
            "stop": 1177526117
        },
        {
            "start": 1177526120,
            "stop": 1177526244
        },
        {
            "start": 1177526249,
            "stop": 1177526280
        },
        {
            "start": 1177526284,
            "stop": 1177526288
        },
        {
            "start": 1177526295,
            "stop": 1177526299
        }
    ]
}