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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7361",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7362,
    "results": [
        {
            "start": 969417816,
            "stop": 969417978
        },
        {
            "start": 969417981,
            "stop": 969418029
        },
        {
            "start": 969418032,
            "stop": 969418441
        },
        {
            "start": 969418444,
            "stop": 969418586
        },
        {
            "start": 969418589,
            "stop": 969418686
        },
        {
            "start": 969418689,
            "stop": 969418733
        },
        {
            "start": 969418736,
            "stop": 969418785
        },
        {
            "start": 969418788,
            "stop": 969418792
        },
        {
            "start": 969418795,
            "stop": 969418840
        },
        {
            "start": 969418884,
            "stop": 969418931
        },
        {
            "start": 969418961,
            "stop": 969419103
        },
        {
            "start": 969419106,
            "stop": 969419121
        },
        {
            "start": 969419124,
            "stop": 969419347
        },
        {
            "start": 969419350,
            "stop": 969419383
        },
        {
            "start": 969419413,
            "stop": 969419440
        },
        {
            "start": 969419443,
            "stop": 969419516
        },
        {
            "start": 969419519,
            "stop": 969419599
        },
        {
            "start": 969419602,
            "stop": 969419641
        },
        {
            "start": 969419644,
            "stop": 969419770
        },
        {
            "start": 969419773,
            "stop": 969419811
        }
    ]
}