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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=355",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 356,
    "results": [
        {
            "start": 939538239,
            "stop": 939538245
        },
        {
            "start": 939538249,
            "stop": 939538253
        },
        {
            "start": 939538256,
            "stop": 939538298
        },
        {
            "start": 939538302,
            "stop": 939538324
        },
        {
            "start": 939538331,
            "stop": 939538344
        },
        {
            "start": 939538349,
            "stop": 939538421
        },
        {
            "start": 939538424,
            "stop": 939538434
        },
        {
            "start": 939538437,
            "stop": 939538441
        },
        {
            "start": 939538449,
            "stop": 939538493
        },
        {
            "start": 939538496,
            "stop": 939538679
        },
        {
            "start": 939538688,
            "stop": 939538778
        },
        {
            "start": 939538781,
            "stop": 939538791
        },
        {
            "start": 939538797,
            "stop": 939538801
        },
        {
            "start": 939538804,
            "stop": 939538810
        },
        {
            "start": 939538817,
            "stop": 939538818
        },
        {
            "start": 939538825,
            "stop": 939538834
        },
        {
            "start": 939538843,
            "stop": 939538846
        },
        {
            "start": 939538854,
            "stop": 939538861
        },
        {
            "start": 939538878,
            "stop": 939538897
        },
        {
            "start": 939538900,
            "stop": 939538931
        }
    ]
}