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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 79,
    "results": [
        {
            "start": 819255075,
            "stop": 819255119
        },
        {
            "start": 819255122,
            "stop": 819255145
        },
        {
            "start": 819255148,
            "stop": 819256110
        },
        {
            "start": 819256114,
            "stop": 819256498
        },
        {
            "start": 819256501,
            "stop": 819257083
        },
        {
            "start": 819257264,
            "stop": 819259620
        },
        {
            "start": 819259623,
            "stop": 819264434
        },
        {
            "start": 819264437,
            "stop": 819269040
        },
        {
            "start": 819269043,
            "stop": 819269340
        },
        {
            "start": 819271266,
            "stop": 819276343
        },
        {
            "start": 819276346,
            "stop": 819283938
        },
        {
            "start": 819283941,
            "stop": 819283953
        },
        {
            "start": 819283956,
            "stop": 819284491
        },
        {
            "start": 819284495,
            "stop": 819285962
        },
        {
            "start": 819285965,
            "stop": 819286276
        },
        {
            "start": 819286280,
            "stop": 819286753
        },
        {
            "start": 819286756,
            "stop": 819289547
        },
        {
            "start": 819289550,
            "stop": 819289552
        },
        {
            "start": 819289555,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819292418
        }
    ]
}