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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=571",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 572,
    "results": [
        {
            "start": 827460836,
            "stop": 827460837
        },
        {
            "start": 827460858,
            "stop": 827461847
        },
        {
            "start": 827462260,
            "stop": 827462388
        },
        {
            "start": 827462405,
            "stop": 827462416
        },
        {
            "start": 827462433,
            "stop": 827462717
        },
        {
            "start": 827462734,
            "stop": 827463777
        },
        {
            "start": 827463780,
            "stop": 827463789
        },
        {
            "start": 827463794,
            "stop": 827464892
        },
        {
            "start": 827465303,
            "stop": 827466463
        },
        {
            "start": 827466776,
            "stop": 827473708
        },
        {
            "start": 827473711,
            "stop": 827473718
        },
        {
            "start": 827473721,
            "stop": 827474580
        },
        {
            "start": 827474583,
            "stop": 827478578
        },
        {
            "start": 827478595,
            "stop": 827482650
        },
        {
            "start": 827482667,
            "stop": 827489781
        },
        {
            "start": 827489784,
            "stop": 827489994
        },
        {
            "start": 827489997,
            "stop": 827490639
        },
        {
            "start": 827490642,
            "stop": 827494392
        },
        {
            "start": 827494409,
            "stop": 827503755
        },
        {
            "start": 827504055,
            "stop": 827504176
        }
    ]
}