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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=137",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 138,
    "results": [
        {
            "start": 819322630,
            "stop": 819322887
        },
        {
            "start": 819322894,
            "stop": 819323600
        },
        {
            "start": 819323607,
            "stop": 819325333
        },
        {
            "start": 819325340,
            "stop": 819325387
        },
        {
            "start": 819326651,
            "stop": 819331302
        },
        {
            "start": 819331309,
            "stop": 819336007
        },
        {
            "start": 819336014,
            "stop": 819336427
        },
        {
            "start": 819336434,
            "stop": 819339479
        },
        {
            "start": 819339486,
            "stop": 819341567
        },
        {
            "start": 819341568,
            "stop": 819344811
        },
        {
            "start": 819344818,
            "stop": 819345010
        },
        {
            "start": 819345018,
            "stop": 819346429
        },
        {
            "start": 819346436,
            "stop": 819346712
        },
        {
            "start": 819346719,
            "stop": 819347593
        },
        {
            "start": 819347600,
            "stop": 819347696
        },
        {
            "start": 819347703,
            "stop": 819348006
        },
        {
            "start": 819351752,
            "stop": 819352639
        },
        {
            "start": 819352646,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819361983
        },
        {
            "start": 819361991,
            "stop": 819362631
        }
    ]
}