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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 153,
    "results": [
        {
            "start": 1176164600,
            "stop": 1176164618
        },
        {
            "start": 1176164621,
            "stop": 1176166024
        },
        {
            "start": 1176166027,
            "stop": 1176171987
        },
        {
            "start": 1176171988,
            "stop": 1176172865
        },
        {
            "start": 1176172866,
            "stop": 1176172965
        },
        {
            "start": 1176172967,
            "stop": 1176172999
        },
        {
            "start": 1176173002,
            "stop": 1176173004
        },
        {
            "start": 1176173009,
            "stop": 1176177995
        },
        {
            "start": 1176177996,
            "stop": 1176177998
        },
        {
            "start": 1176177999,
            "stop": 1176178015
        },
        {
            "start": 1176178018,
            "stop": 1176178086
        },
        {
            "start": 1176178089,
            "stop": 1176182377
        },
        {
            "start": 1176182378,
            "stop": 1176182395
        },
        {
            "start": 1176182396,
            "stop": 1176182660
        },
        {
            "start": 1176182662,
            "stop": 1176182666
        },
        {
            "start": 1176182671,
            "stop": 1176183099
        },
        {
            "start": 1176183101,
            "stop": 1176183108
        },
        {
            "start": 1176183109,
            "stop": 1176183179
        },
        {
            "start": 1176183183,
            "stop": 1176183198
        },
        {
            "start": 1176183199,
            "stop": 1176183295
        }
    ]
}