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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9861",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9862,
    "results": [
        {
            "start": 874260780,
            "stop": 874260789
        },
        {
            "start": 874260909,
            "stop": 874261380
        },
        {
            "start": 874261500,
            "stop": 874261740
        },
        {
            "start": 874261800,
            "stop": 874262520
        },
        {
            "start": 874262580,
            "stop": 874262868
        },
        {
            "start": 874262988,
            "stop": 874263060
        },
        {
            "start": 874263120,
            "stop": 874263347
        },
        {
            "start": 874267440,
            "stop": 874267490
        },
        {
            "start": 874267507,
            "stop": 874267620
        },
        {
            "start": 874267680,
            "stop": 874267920
        },
        {
            "start": 874267980,
            "stop": 874268220
        },
        {
            "start": 874268340,
            "stop": 874268400
        },
        {
            "start": 874268460,
            "stop": 874268596
        },
        {
            "start": 874268716,
            "stop": 874268898
        },
        {
            "start": 874268901,
            "stop": 874268915
        },
        {
            "start": 874268919,
            "stop": 874269360
        },
        {
            "start": 874269420,
            "stop": 874269480
        },
        {
            "start": 874269540,
            "stop": 874269780
        },
        {
            "start": 874269840,
            "stop": 874269900
        },
        {
            "start": 874269960,
            "stop": 874270140
        }
    ]
}