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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=70",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 71,
    "results": [
        {
            "start": 1165854576,
            "stop": 1165854577
        },
        {
            "start": 1165854578,
            "stop": 1165854580
        },
        {
            "start": 1165854581,
            "stop": 1165854582
        },
        {
            "start": 1165854584,
            "stop": 1165854594
        },
        {
            "start": 1165854596,
            "stop": 1165854598
        },
        {
            "start": 1165854599,
            "stop": 1165854605
        },
        {
            "start": 1165854606,
            "stop": 1165854623
        },
        {
            "start": 1165854625,
            "stop": 1165854645
        },
        {
            "start": 1165854646,
            "stop": 1165854675
        },
        {
            "start": 1165854676,
            "stop": 1165854678
        },
        {
            "start": 1165854679,
            "stop": 1165854686
        },
        {
            "start": 1165854687,
            "stop": 1165854737
        },
        {
            "start": 1165854738,
            "stop": 1165854752
        },
        {
            "start": 1165854753,
            "stop": 1165854761
        },
        {
            "start": 1165854762,
            "stop": 1165854777
        },
        {
            "start": 1165854778,
            "stop": 1165854780
        },
        {
            "start": 1165854781,
            "stop": 1165854784
        },
        {
            "start": 1165854785,
            "stop": 1165854786
        },
        {
            "start": 1165854787,
            "stop": 1165854810
        },
        {
            "start": 1165854811,
            "stop": 1165854826
        }
    ]
}