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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=387",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 388,
    "results": [
        {
            "start": 829636975,
            "stop": 829636976
        },
        {
            "start": 829636979,
            "stop": 829636980
        },
        {
            "start": 829636986,
            "stop": 829636988
        },
        {
            "start": 829637000,
            "stop": 829637004
        },
        {
            "start": 829637006,
            "stop": 829637007
        },
        {
            "start": 829637016,
            "stop": 829637017
        },
        {
            "start": 829637055,
            "stop": 829637056
        },
        {
            "start": 829637066,
            "stop": 829637067
        },
        {
            "start": 829637086,
            "stop": 829637087
        },
        {
            "start": 829637089,
            "stop": 829637091
        },
        {
            "start": 829637109,
            "stop": 829637114
        },
        {
            "start": 829637132,
            "stop": 829637136
        },
        {
            "start": 829637149,
            "stop": 829637153
        },
        {
            "start": 829637155,
            "stop": 829637156
        },
        {
            "start": 829637163,
            "stop": 829637165
        },
        {
            "start": 829637166,
            "stop": 829637167
        },
        {
            "start": 829637175,
            "stop": 829637176
        },
        {
            "start": 829637181,
            "stop": 829637182
        },
        {
            "start": 829637187,
            "stop": 829637188
        },
        {
            "start": 829637218,
            "stop": 829637219
        }
    ]
}