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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1847",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1848,
    "results": [
        {
            "start": 843870188,
            "stop": 843870229
        },
        {
            "start": 843870231,
            "stop": 843870248
        },
        {
            "start": 843870250,
            "stop": 843870255
        },
        {
            "start": 843870257,
            "stop": 843870284
        },
        {
            "start": 843870286,
            "stop": 843870343
        },
        {
            "start": 843870345,
            "stop": 843870366
        },
        {
            "start": 843870368,
            "stop": 843870396
        },
        {
            "start": 843870398,
            "stop": 843870459
        },
        {
            "start": 843870461,
            "stop": 843870567
        },
        {
            "start": 843870569,
            "stop": 843870636
        },
        {
            "start": 843870638,
            "stop": 843870697
        },
        {
            "start": 843870699,
            "stop": 843870727
        },
        {
            "start": 843870729,
            "stop": 843870730
        },
        {
            "start": 843870732,
            "stop": 843870941
        },
        {
            "start": 843870943,
            "stop": 843870953
        },
        {
            "start": 843870955,
            "stop": 843871059
        },
        {
            "start": 843871061,
            "stop": 843871094
        },
        {
            "start": 843871096,
            "stop": 843871109
        },
        {
            "start": 843871111,
            "stop": 843871145
        },
        {
            "start": 843871147,
            "stop": 843871193
        }
    ]
}