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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=329",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 330,
    "results": [
        {
            "start": 822792525,
            "stop": 822792636
        },
        {
            "start": 822792653,
            "stop": 822792867
        },
        {
            "start": 822792870,
            "stop": 822793393
        },
        {
            "start": 822793497,
            "stop": 822793582
        },
        {
            "start": 822793618,
            "stop": 822794963
        },
        {
            "start": 822794966,
            "stop": 822795073
        },
        {
            "start": 822795090,
            "stop": 822795480
        },
        {
            "start": 822795588,
            "stop": 822795913
        },
        {
            "start": 822795916,
            "stop": 822796361
        },
        {
            "start": 822796365,
            "stop": 822796367
        },
        {
            "start": 822796370,
            "stop": 822796702
        },
        {
            "start": 822796705,
            "stop": 822796721
        },
        {
            "start": 822796724,
            "stop": 822797146
        },
        {
            "start": 822797149,
            "stop": 822797319
        },
        {
            "start": 822797323,
            "stop": 822797396
        },
        {
            "start": 822797399,
            "stop": 822797401
        },
        {
            "start": 822797404,
            "stop": 822797918
        },
        {
            "start": 822797921,
            "stop": 822797959
        },
        {
            "start": 822797962,
            "stop": 822798640
        },
        {
            "start": 822798644,
            "stop": 822799784
        }
    ]
}