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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=306",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 307,
    "results": [
        {
            "start": 821111704,
            "stop": 821111793
        },
        {
            "start": 821111812,
            "stop": 821113218
        },
        {
            "start": 821134617,
            "stop": 821135530
        },
        {
            "start": 821135533,
            "stop": 821136629
        },
        {
            "start": 821137170,
            "stop": 821137557
        },
        {
            "start": 821137560,
            "stop": 821139664
        },
        {
            "start": 821139667,
            "stop": 821141683
        },
        {
            "start": 821141700,
            "stop": 821141745
        },
        {
            "start": 821141749,
            "stop": 821142064
        },
        {
            "start": 821142067,
            "stop": 821142223
        },
        {
            "start": 821142226,
            "stop": 821142413
        },
        {
            "start": 821142416,
            "stop": 821142501
        },
        {
            "start": 821142504,
            "stop": 821142848
        },
        {
            "start": 821142851,
            "stop": 821142961
        },
        {
            "start": 821142964,
            "stop": 821143313
        },
        {
            "start": 821143317,
            "stop": 821144084
        },
        {
            "start": 821144087,
            "stop": 821144762
        },
        {
            "start": 821144781,
            "stop": 821145133
        },
        {
            "start": 821145137,
            "stop": 821145488
        },
        {
            "start": 821145491,
            "stop": 821145514
        }
    ]
}