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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8788",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8789,
    "results": [
        {
            "start": 872341587,
            "stop": 872341600
        },
        {
            "start": 872341619,
            "stop": 872341679
        },
        {
            "start": 872341698,
            "stop": 872341781
        },
        {
            "start": 872341800,
            "stop": 872341809
        },
        {
            "start": 872341853,
            "stop": 872341865
        },
        {
            "start": 872341884,
            "stop": 872341888
        },
        {
            "start": 872341907,
            "stop": 872341937
        },
        {
            "start": 872341979,
            "stop": 872342046
        },
        {
            "start": 872342063,
            "stop": 872342365
        },
        {
            "start": 872342387,
            "stop": 872342670
        },
        {
            "start": 872344410,
            "stop": 872344468
        },
        {
            "start": 872344563,
            "stop": 872344575
        },
        {
            "start": 872344609,
            "stop": 872344618
        },
        {
            "start": 872344636,
            "stop": 872344644
        },
        {
            "start": 872345610,
            "stop": 872345724
        },
        {
            "start": 872345741,
            "stop": 872345780
        },
        {
            "start": 872345797,
            "stop": 872346042
        },
        {
            "start": 872346059,
            "stop": 872346186
        },
        {
            "start": 872346212,
            "stop": 872346296
        },
        {
            "start": 872373270,
            "stop": 872373310
        }
    ]
}