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=9020
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=9021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9019",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9020,
    "results": [
        {
            "start": 874090692,
            "stop": 874090927
        },
        {
            "start": 874090944,
            "stop": 874091040
        },
        {
            "start": 874091057,
            "stop": 874091168
        },
        {
            "start": 874091185,
            "stop": 874091773
        },
        {
            "start": 874091790,
            "stop": 874091935
        },
        {
            "start": 874091952,
            "stop": 874093258
        },
        {
            "start": 874093275,
            "stop": 874093950
        },
        {
            "start": 874093967,
            "stop": 874094500
        },
        {
            "start": 874094517,
            "stop": 874094710
        },
        {
            "start": 874094727,
            "stop": 874095118
        },
        {
            "start": 874095135,
            "stop": 874095168
        },
        {
            "start": 874095185,
            "stop": 874095301
        },
        {
            "start": 874095318,
            "stop": 874095331
        },
        {
            "start": 874095348,
            "stop": 874095759
        },
        {
            "start": 874095776,
            "stop": 874096077
        },
        {
            "start": 874096094,
            "stop": 874096200
        },
        {
            "start": 874096418,
            "stop": 874096482
        },
        {
            "start": 874096667,
            "stop": 874096787
        },
        {
            "start": 874096806,
            "stop": 874097091
        },
        {
            "start": 874097108,
            "stop": 874097413
        }
    ]
}