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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9010",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9011,
    "results": [
        {
            "start": 874035617,
            "stop": 874035746
        },
        {
            "start": 874035768,
            "stop": 874035800
        },
        {
            "start": 874035819,
            "stop": 874035823
        },
        {
            "start": 874035909,
            "stop": 874035945
        },
        {
            "start": 874035964,
            "stop": 874035971
        },
        {
            "start": 874036038,
            "stop": 874036041
        },
        {
            "start": 874036102,
            "stop": 874036330
        },
        {
            "start": 874037342,
            "stop": 874037619
        },
        {
            "start": 874037644,
            "stop": 874037949
        },
        {
            "start": 874037966,
            "stop": 874037979
        },
        {
            "start": 874038018,
            "stop": 874038023
        },
        {
            "start": 874038042,
            "stop": 874038770
        },
        {
            "start": 874038791,
            "stop": 874038813
        },
        {
            "start": 874038837,
            "stop": 874039106
        },
        {
            "start": 874039133,
            "stop": 874039333
        },
        {
            "start": 874039352,
            "stop": 874039552
        },
        {
            "start": 874039569,
            "stop": 874039636
        },
        {
            "start": 874039653,
            "stop": 874039849
        },
        {
            "start": 874039869,
            "stop": 874040498
        },
        {
            "start": 874040515,
            "stop": 874041068
        }
    ]
}