Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=126
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=125",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 126,
    "results": [
        {
            "start": 1176477711,
            "stop": 1176477738
        },
        {
            "start": 1176477743,
            "stop": 1176477744
        },
        {
            "start": 1176477748,
            "stop": 1176477749
        },
        {
            "start": 1176477750,
            "stop": 1176477785
        },
        {
            "start": 1176477787,
            "stop": 1176480864
        },
        {
            "start": 1176480866,
            "stop": 1176481119
        },
        {
            "start": 1176481120,
            "stop": 1176483056
        },
        {
            "start": 1176483063,
            "stop": 1176483064
        },
        {
            "start": 1176483072,
            "stop": 1176483648
        },
        {
            "start": 1176483656,
            "stop": 1176488337
        },
        {
            "start": 1176488341,
            "stop": 1176488887
        },
        {
            "start": 1176488888,
            "stop": 1176494766
        },
        {
            "start": 1176497738,
            "stop": 1176517605
        },
        {
            "start": 1176517918,
            "stop": 1176527172
        },
        {
            "start": 1176527174,
            "stop": 1176527263
        },
        {
            "start": 1176527265,
            "stop": 1176539497
        },
        {
            "start": 1176539500,
            "stop": 1176545840
        },
        {
            "start": 1176545842,
            "stop": 1176545933
        },
        {
            "start": 1176545935,
            "stop": 1176546006
        },
        {
            "start": 1176546010,
            "stop": 1176546036
        }
    ]
}