Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=395
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=394",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 395,
    "results": [
        {
            "start": 964969304,
            "stop": 964976919
        },
        {
            "start": 964976924,
            "stop": 964977516
        },
        {
            "start": 964979291,
            "stop": 964991363
        },
        {
            "start": 964991370,
            "stop": 964993767
        },
        {
            "start": 965043531,
            "stop": 965044617
        },
        {
            "start": 965046108,
            "stop": 965055696
        },
        {
            "start": 965060380,
            "stop": 965065782
        },
        {
            "start": 965065791,
            "stop": 965068817
        },
        {
            "start": 965068822,
            "stop": 965072522
        },
        {
            "start": 965072529,
            "stop": 965072535
        },
        {
            "start": 965072542,
            "stop": 965077856
        },
        {
            "start": 965077862,
            "stop": 965085309
        },
        {
            "start": 965098147,
            "stop": 965102246
        },
        {
            "start": 965102253,
            "stop": 965102609
        },
        {
            "start": 965106489,
            "stop": 965125877
        },
        {
            "start": 965127908,
            "stop": 965144292
        },
        {
            "start": 965504788,
            "stop": 965508638
        },
        {
            "start": 965529827,
            "stop": 965533739
        },
        {
            "start": 965541133,
            "stop": 965545820
        },
        {
            "start": 965546074,
            "stop": 965553144
        }
    ]
}