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=712
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=713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=711",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 712,
    "results": [
        {
            "start": 830330273,
            "stop": 830331063
        },
        {
            "start": 830331066,
            "stop": 830331288
        },
        {
            "start": 830331307,
            "stop": 830334480
        },
        {
            "start": 830334540,
            "stop": 830334784
        },
        {
            "start": 830334894,
            "stop": 830335014
        },
        {
            "start": 830335314,
            "stop": 830335915
        },
        {
            "start": 830335932,
            "stop": 830338188
        },
        {
            "start": 830338205,
            "stop": 830338501
        },
        {
            "start": 830338518,
            "stop": 830342702
        },
        {
            "start": 830344465,
            "stop": 830353038
        },
        {
            "start": 830353041,
            "stop": 830360179
        },
        {
            "start": 830360479,
            "stop": 830360599
        },
        {
            "start": 830360616,
            "stop": 830360906
        },
        {
            "start": 830361207,
            "stop": 830362721
        },
        {
            "start": 830362739,
            "stop": 830363812
        },
        {
            "start": 830363829,
            "stop": 830363977
        },
        {
            "start": 830363994,
            "stop": 830365305
        },
        {
            "start": 830370023,
            "stop": 830370273
        },
        {
            "start": 830370292,
            "stop": 830370325
        },
        {
            "start": 830370344,
            "stop": 830370365
        }
    ]
}