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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=92",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 93,
    "results": [
        {
            "start": 1166449334,
            "stop": 1166449379
        },
        {
            "start": 1166449380,
            "stop": 1166449737
        },
        {
            "start": 1166449738,
            "stop": 1166449785
        },
        {
            "start": 1166449787,
            "stop": 1166450198
        },
        {
            "start": 1166450200,
            "stop": 1166450607
        },
        {
            "start": 1166450608,
            "stop": 1166451157
        },
        {
            "start": 1166451159,
            "stop": 1166451350
        },
        {
            "start": 1166451351,
            "stop": 1166452204
        },
        {
            "start": 1166452206,
            "stop": 1166452207
        },
        {
            "start": 1166452208,
            "stop": 1166452209
        },
        {
            "start": 1166452210,
            "stop": 1166452798
        },
        {
            "start": 1166452799,
            "stop": 1166453327
        },
        {
            "start": 1166453328,
            "stop": 1166453584
        },
        {
            "start": 1166453585,
            "stop": 1166453633
        },
        {
            "start": 1166453634,
            "stop": 1166453949
        },
        {
            "start": 1166453950,
            "stop": 1166454821
        },
        {
            "start": 1166454822,
            "stop": 1166454824
        },
        {
            "start": 1166454825,
            "stop": 1166455323
        },
        {
            "start": 1166455324,
            "stop": 1166455823
        },
        {
            "start": 1166455824,
            "stop": 1166455883
        }
    ]
}