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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=486",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=484",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 485,
    "results": [
        {
            "start": 1184518642,
            "stop": 1184518738
        },
        {
            "start": 1184518742,
            "stop": 1184521207
        },
        {
            "start": 1184521209,
            "stop": 1184521210
        },
        {
            "start": 1184521212,
            "stop": 1184522220
        },
        {
            "start": 1184522760,
            "stop": 1184523637
        },
        {
            "start": 1184523639,
            "stop": 1184523749
        },
        {
            "start": 1184523751,
            "stop": 1184523770
        },
        {
            "start": 1184523772,
            "stop": 1184523798
        },
        {
            "start": 1184523800,
            "stop": 1184524257
        },
        {
            "start": 1184524270,
            "stop": 1184524292
        },
        {
            "start": 1184524294,
            "stop": 1184524297
        },
        {
            "start": 1184524299,
            "stop": 1184524765
        },
        {
            "start": 1184524767,
            "stop": 1184525334
        },
        {
            "start": 1184525336,
            "stop": 1184525555
        },
        {
            "start": 1184525557,
            "stop": 1184525747
        },
        {
            "start": 1184525749,
            "stop": 1184525774
        },
        {
            "start": 1184525778,
            "stop": 1184526560
        },
        {
            "start": 1184526563,
            "stop": 1184526646
        },
        {
            "start": 1184526648,
            "stop": 1184527286
        },
        {
            "start": 1184527287,
            "stop": 1184527292
        }
    ]
}