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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3489",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3490,
    "results": [
        {
            "start": 871165053,
            "stop": 871165061
        },
        {
            "start": 871165078,
            "stop": 871165709
        },
        {
            "start": 871165726,
            "stop": 871165886
        },
        {
            "start": 871166086,
            "stop": 871166087
        },
        {
            "start": 871166108,
            "stop": 871166252
        },
        {
            "start": 871166269,
            "stop": 871166866
        },
        {
            "start": 871166883,
            "stop": 871166931
        },
        {
            "start": 871166948,
            "stop": 871168380
        },
        {
            "start": 871168440,
            "stop": 871168752
        },
        {
            "start": 871168769,
            "stop": 871169400
        },
        {
            "start": 871169520,
            "stop": 871170280
        },
        {
            "start": 871170297,
            "stop": 871171056
        },
        {
            "start": 871171076,
            "stop": 871171200
        },
        {
            "start": 871171320,
            "stop": 871171333
        },
        {
            "start": 871171350,
            "stop": 871171429
        },
        {
            "start": 871171446,
            "stop": 871173525
        },
        {
            "start": 871173542,
            "stop": 871173562
        },
        {
            "start": 871173579,
            "stop": 871174320
        },
        {
            "start": 871174380,
            "stop": 871174973
        },
        {
            "start": 871174990,
            "stop": 871175399
        }
    ]
}