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=8034
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=8035",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8033",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8034,
    "results": [
        {
            "start": 970411229,
            "stop": 970411231
        },
        {
            "start": 970411234,
            "stop": 970411244
        },
        {
            "start": 970411247,
            "stop": 970411288
        },
        {
            "start": 970411291,
            "stop": 970411311
        },
        {
            "start": 970411314,
            "stop": 970411324
        },
        {
            "start": 970411327,
            "stop": 970411350
        },
        {
            "start": 970411354,
            "stop": 970411378
        },
        {
            "start": 970411381,
            "stop": 970411412
        },
        {
            "start": 970411415,
            "stop": 970411443
        },
        {
            "start": 970411446,
            "stop": 970411478
        },
        {
            "start": 970411484,
            "stop": 970411485
        },
        {
            "start": 970411488,
            "stop": 970411507
        },
        {
            "start": 970411513,
            "stop": 970411514
        },
        {
            "start": 970411517,
            "stop": 970411542
        },
        {
            "start": 970411560,
            "stop": 970411564
        },
        {
            "start": 970411567,
            "stop": 970411568
        },
        {
            "start": 970411571,
            "stop": 970411572
        },
        {
            "start": 970411630,
            "stop": 970411636
        },
        {
            "start": 970411639,
            "stop": 970411658
        },
        {
            "start": 970411661,
            "stop": 970411663
        }
    ]
}