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=4965
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=4966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4964",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4965,
    "results": [
        {
            "start": 874391557,
            "stop": 874391573
        },
        {
            "start": 874391592,
            "stop": 874391780
        },
        {
            "start": 874391799,
            "stop": 874391841
        },
        {
            "start": 874391878,
            "stop": 874391999
        },
        {
            "start": 874392019,
            "stop": 874392147
        },
        {
            "start": 874392166,
            "stop": 874392265
        },
        {
            "start": 874392284,
            "stop": 874392453
        },
        {
            "start": 874392473,
            "stop": 874392742
        },
        {
            "start": 874392762,
            "stop": 874392934
        },
        {
            "start": 874392954,
            "stop": 874392989
        },
        {
            "start": 874393012,
            "stop": 874393038
        },
        {
            "start": 874393058,
            "stop": 874393112
        },
        {
            "start": 874393131,
            "stop": 874393162
        },
        {
            "start": 874393181,
            "stop": 874393185
        },
        {
            "start": 874393204,
            "stop": 874393241
        },
        {
            "start": 874393260,
            "stop": 874393279
        },
        {
            "start": 874393298,
            "stop": 874393441
        },
        {
            "start": 874393461,
            "stop": 874393708
        },
        {
            "start": 874393727,
            "stop": 874393766
        },
        {
            "start": 874393785,
            "stop": 874393907
        }
    ]
}