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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 154,
    "results": [
        {
            "start": 1176183296,
            "stop": 1176183297
        },
        {
            "start": 1176183299,
            "stop": 1176183307
        },
        {
            "start": 1176183308,
            "stop": 1176183700
        },
        {
            "start": 1176183704,
            "stop": 1176183745
        },
        {
            "start": 1176183751,
            "stop": 1176183768
        },
        {
            "start": 1176183774,
            "stop": 1176183775
        },
        {
            "start": 1176183776,
            "stop": 1176183788
        },
        {
            "start": 1176183789,
            "stop": 1176183791
        },
        {
            "start": 1176183792,
            "stop": 1176183794
        },
        {
            "start": 1176183800,
            "stop": 1176183807
        },
        {
            "start": 1176183809,
            "stop": 1176183810
        },
        {
            "start": 1176183811,
            "stop": 1176183812
        },
        {
            "start": 1176183813,
            "stop": 1176183818
        },
        {
            "start": 1176183819,
            "stop": 1176183822
        },
        {
            "start": 1176183823,
            "stop": 1176183826
        },
        {
            "start": 1176183827,
            "stop": 1176183829
        },
        {
            "start": 1176183845,
            "stop": 1176183846
        },
        {
            "start": 1176183849,
            "stop": 1176183909
        },
        {
            "start": 1176183911,
            "stop": 1176184018
        },
        {
            "start": 1176184021,
            "stop": 1176184093
        }
    ]
}