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=420
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=421",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=419",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 420,
    "results": [
        {
            "start": 1182749506,
            "stop": 1182749614
        },
        {
            "start": 1182749616,
            "stop": 1182749707
        },
        {
            "start": 1182749708,
            "stop": 1182749738
        },
        {
            "start": 1182749739,
            "stop": 1182749746
        },
        {
            "start": 1182749747,
            "stop": 1182750118
        },
        {
            "start": 1182750119,
            "stop": 1182750876
        },
        {
            "start": 1182750877,
            "stop": 1182750958
        },
        {
            "start": 1182750959,
            "stop": 1182751557
        },
        {
            "start": 1182751558,
            "stop": 1182752380
        },
        {
            "start": 1182752381,
            "stop": 1182755027
        },
        {
            "start": 1182755028,
            "stop": 1182757821
        },
        {
            "start": 1182757822,
            "stop": 1182758928
        },
        {
            "start": 1182758932,
            "stop": 1182759032
        },
        {
            "start": 1182759033,
            "stop": 1182759963
        },
        {
            "start": 1182759964,
            "stop": 1182761747
        },
        {
            "start": 1182761748,
            "stop": 1182762838
        },
        {
            "start": 1182762839,
            "stop": 1182764982
        },
        {
            "start": 1182764983,
            "stop": 1182767075
        },
        {
            "start": 1182767076,
            "stop": 1182769129
        },
        {
            "start": 1182769130,
            "stop": 1182771186
        }
    ]
}