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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=324",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 325,
    "results": [
        {
            "start": 822481556,
            "stop": 822481557
        },
        {
            "start": 822481565,
            "stop": 822481567
        },
        {
            "start": 822481574,
            "stop": 822481619
        },
        {
            "start": 822481626,
            "stop": 822481674
        },
        {
            "start": 822481681,
            "stop": 822481691
        },
        {
            "start": 822481699,
            "stop": 822481802
        },
        {
            "start": 822481938,
            "stop": 822481973
        },
        {
            "start": 822481980,
            "stop": 822482259
        },
        {
            "start": 822482272,
            "stop": 822482309
        },
        {
            "start": 822482316,
            "stop": 822482359
        },
        {
            "start": 822482368,
            "stop": 822482388
        },
        {
            "start": 822483124,
            "stop": 822483132
        },
        {
            "start": 822483144,
            "stop": 822483229
        },
        {
            "start": 822483236,
            "stop": 822483253
        },
        {
            "start": 822486746,
            "stop": 822486764
        },
        {
            "start": 822486894,
            "stop": 822486929
        },
        {
            "start": 822486936,
            "stop": 822486960
        },
        {
            "start": 822487024,
            "stop": 822487059
        },
        {
            "start": 822487066,
            "stop": 822487069
        },
        {
            "start": 822487076,
            "stop": 822487080
        }
    ]
}