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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7362",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7363,
    "results": [
        {
            "start": 969551569,
            "stop": 969551853
        },
        {
            "start": 969551874,
            "stop": 969551926
        },
        {
            "start": 969551960,
            "stop": 969551964
        },
        {
            "start": 969551967,
            "stop": 969551973
        },
        {
            "start": 969551994,
            "stop": 969552243
        },
        {
            "start": 969552246,
            "stop": 969552274
        },
        {
            "start": 969552277,
            "stop": 969553273
        },
        {
            "start": 969553276,
            "stop": 969553453
        },
        {
            "start": 969553456,
            "stop": 969553798
        },
        {
            "start": 969553801,
            "stop": 969554557
        },
        {
            "start": 969554560,
            "stop": 969556021
        },
        {
            "start": 969556024,
            "stop": 969556309
        },
        {
            "start": 969556312,
            "stop": 969556321
        },
        {
            "start": 969556324,
            "stop": 969556420
        },
        {
            "start": 969556423,
            "stop": 969556502
        },
        {
            "start": 969556505,
            "stop": 969556838
        },
        {
            "start": 969556841,
            "stop": 969556913
        },
        {
            "start": 969556916,
            "stop": 969558620
        },
        {
            "start": 969558623,
            "stop": 969558786
        },
        {
            "start": 969558789,
            "stop": 969559033
        }
    ]
}