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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 105,
    "results": [
        {
            "start": 1412651751,
            "stop": 1412655804
        },
        {
            "start": 1412655808,
            "stop": 1412656093
        },
        {
            "start": 1412663806,
            "stop": 1412665179
        },
        {
            "start": 1412665184,
            "stop": 1412680212
        },
        {
            "start": 1412680216,
            "stop": 1412681320
        },
        {
            "start": 1412681325,
            "stop": 1412682396
        },
        {
            "start": 1412682401,
            "stop": 1412683765
        },
        {
            "start": 1412683770,
            "stop": 1412684205
        },
        {
            "start": 1412684209,
            "stop": 1412685224
        },
        {
            "start": 1412685229,
            "stop": 1412685246
        },
        {
            "start": 1412685251,
            "stop": 1412686056
        },
        {
            "start": 1412686060,
            "stop": 1412686303
        },
        {
            "start": 1412686308,
            "stop": 1412686314
        },
        {
            "start": 1412686319,
            "stop": 1412687367
        },
        {
            "start": 1412687372,
            "stop": 1412688086
        },
        {
            "start": 1412688091,
            "stop": 1412688096
        },
        {
            "start": 1412688101,
            "stop": 1412689649
        },
        {
            "start": 1412689654,
            "stop": 1412690652
        },
        {
            "start": 1412690657,
            "stop": 1412691509
        },
        {
            "start": 1412691514,
            "stop": 1412691518
        }
    ]
}