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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46739",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46740,
    "results": [
        {
            "start": 875072012,
            "stop": 875072036
        },
        {
            "start": 875072037,
            "stop": 875072047
        },
        {
            "start": 875072048,
            "stop": 875072090
        },
        {
            "start": 875072091,
            "stop": 875072147
        },
        {
            "start": 875072148,
            "stop": 875072168
        },
        {
            "start": 875072169,
            "stop": 875072186
        },
        {
            "start": 875072187,
            "stop": 875072413
        },
        {
            "start": 875072414,
            "stop": 875072518
        },
        {
            "start": 875072519,
            "stop": 875072549
        },
        {
            "start": 875072550,
            "stop": 875072650
        },
        {
            "start": 875072652,
            "stop": 875072678
        },
        {
            "start": 875072679,
            "stop": 875072684
        },
        {
            "start": 875072685,
            "stop": 875072828
        },
        {
            "start": 875072829,
            "stop": 875072967
        },
        {
            "start": 875072968,
            "stop": 875073060
        },
        {
            "start": 875073061,
            "stop": 875073093
        },
        {
            "start": 875073096,
            "stop": 875073330
        },
        {
            "start": 875073331,
            "stop": 875073391
        },
        {
            "start": 875073392,
            "stop": 875073417
        },
        {
            "start": 875073418,
            "stop": 875073423
        }
    ]
}