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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=125",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 126,
    "results": [
        {
            "start": 931789805,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931793524
        },
        {
            "start": 931793529,
            "stop": 931793799
        },
        {
            "start": 931793801,
            "stop": 931794819
        },
        {
            "start": 931794821,
            "stop": 931795039
        },
        {
            "start": 931795041,
            "stop": 931795131
        },
        {
            "start": 931795133,
            "stop": 931795136
        },
        {
            "start": 931795138,
            "stop": 931795215
        },
        {
            "start": 931806644,
            "stop": 931806735
        },
        {
            "start": 931806753,
            "stop": 931806830
        },
        {
            "start": 931806832,
            "stop": 931806854
        },
        {
            "start": 931806856,
            "stop": 931807073
        },
        {
            "start": 931807075,
            "stop": 931807077
        },
        {
            "start": 931811212,
            "stop": 931811367
        },
        {
            "start": 931811369,
            "stop": 931811695
        },
        {
            "start": 931814270,
            "stop": 931815206
        },
        {
            "start": 931815209,
            "stop": 931815217
        },
        {
            "start": 931815220,
            "stop": 931815382
        },
        {
            "start": 931815384,
            "stop": 931815475
        },
        {
            "start": 931815479,
            "stop": 931815786
        }
    ]
}