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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=189",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 190,
    "results": [
        {
            "start": 826954683,
            "stop": 826955282
        },
        {
            "start": 826955285,
            "stop": 826955286
        },
        {
            "start": 826955290,
            "stop": 826955593
        },
        {
            "start": 826955595,
            "stop": 826955597
        },
        {
            "start": 826955600,
            "stop": 826956024
        },
        {
            "start": 826956028,
            "stop": 826956032
        },
        {
            "start": 826956036,
            "stop": 826956045
        },
        {
            "start": 826956048,
            "stop": 826956126
        },
        {
            "start": 826956130,
            "stop": 826956131
        },
        {
            "start": 826956133,
            "stop": 826956136
        },
        {
            "start": 826956138,
            "stop": 826956152
        },
        {
            "start": 826956154,
            "stop": 826956588
        },
        {
            "start": 826956591,
            "stop": 826956592
        },
        {
            "start": 826956594,
            "stop": 826956630
        },
        {
            "start": 826956631,
            "stop": 826956634
        },
        {
            "start": 826956637,
            "stop": 826956676
        },
        {
            "start": 826956681,
            "stop": 826956803
        },
        {
            "start": 826956806,
            "stop": 826956833
        },
        {
            "start": 826956835,
            "stop": 826956892
        },
        {
            "start": 826956894,
            "stop": 826956903
        }
    ]
}