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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=276",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 277,
    "results": [
        {
            "start": 822481530,
            "stop": 822481533
        },
        {
            "start": 822481540,
            "stop": 822481549
        },
        {
            "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": 822482389
        },
        {
            "start": 822483124,
            "stop": 822483132
        },
        {
            "start": 822483144,
            "stop": 822483229
        },
        {
            "start": 822483236,
            "stop": 822483253
        },
        {
            "start": 822483302,
            "stop": 822483303
        },
        {
            "start": 822486746,
            "stop": 822486765
        },
        {
            "start": 822486894,
            "stop": 822486929
        },
        {
            "start": 822486936,
            "stop": 822487016
        }
    ]
}