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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=744",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 745,
    "results": [
        {
            "start": 830674217,
            "stop": 830674891
        },
        {
            "start": 830674894,
            "stop": 830676168
        },
        {
            "start": 830676171,
            "stop": 830676832
        },
        {
            "start": 830676849,
            "stop": 830676912
        },
        {
            "start": 830676929,
            "stop": 830677029
        },
        {
            "start": 830677032,
            "stop": 830678196
        },
        {
            "start": 830678213,
            "stop": 830679255
        },
        {
            "start": 830679272,
            "stop": 830680222
        },
        {
            "start": 830680239,
            "stop": 830681235
        },
        {
            "start": 830681266,
            "stop": 830681303
        },
        {
            "start": 830681322,
            "stop": 830683872
        },
        {
            "start": 830683889,
            "stop": 830686755
        },
        {
            "start": 830686772,
            "stop": 830686790
        },
        {
            "start": 830686793,
            "stop": 830687733
        },
        {
            "start": 830687736,
            "stop": 830688393
        },
        {
            "start": 830688412,
            "stop": 830688937
        },
        {
            "start": 830688954,
            "stop": 830690086
        },
        {
            "start": 830690089,
            "stop": 830691697
        },
        {
            "start": 830691701,
            "stop": 830691720
        },
        {
            "start": 830691780,
            "stop": 830692385
        }
    ]
}