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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=307",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 308,
    "results": [
        {
            "start": 821145517,
            "stop": 821145531
        },
        {
            "start": 821145534,
            "stop": 821145671
        },
        {
            "start": 821145674,
            "stop": 821145678
        },
        {
            "start": 821145681,
            "stop": 821145811
        },
        {
            "start": 821145814,
            "stop": 821145945
        },
        {
            "start": 821145948,
            "stop": 821146084
        },
        {
            "start": 821146087,
            "stop": 821146389
        },
        {
            "start": 821146392,
            "stop": 821146671
        },
        {
            "start": 821146674,
            "stop": 821146878
        },
        {
            "start": 821146881,
            "stop": 821146918
        },
        {
            "start": 821146922,
            "stop": 821148430
        },
        {
            "start": 821148433,
            "stop": 821149311
        },
        {
            "start": 821149314,
            "stop": 821149753
        },
        {
            "start": 821149756,
            "stop": 821149839
        },
        {
            "start": 821149842,
            "stop": 821150294
        },
        {
            "start": 821150297,
            "stop": 821150671
        },
        {
            "start": 821150674,
            "stop": 821151662
        },
        {
            "start": 821151665,
            "stop": 821152251
        },
        {
            "start": 821152254,
            "stop": 821152802
        },
        {
            "start": 821152806,
            "stop": 821153157
        }
    ]
}