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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=126",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 127,
    "results": [
        {
            "start": 931991386,
            "stop": 931991413
        },
        {
            "start": 931991416,
            "stop": 931991428
        },
        {
            "start": 931991431,
            "stop": 931991444
        },
        {
            "start": 931991446,
            "stop": 931991458
        },
        {
            "start": 931991461,
            "stop": 931991489
        },
        {
            "start": 931991491,
            "stop": 931991504
        },
        {
            "start": 931991506,
            "stop": 931991699
        },
        {
            "start": 931991701,
            "stop": 931991717
        },
        {
            "start": 931998070,
            "stop": 931998610
        },
        {
            "start": 931998670,
            "stop": 931998833
        },
        {
            "start": 932001611,
            "stop": 932001670
        },
        {
            "start": 932001790,
            "stop": 932001850
        },
        {
            "start": 932001910,
            "stop": 932001970
        },
        {
            "start": 932002030,
            "stop": 932002090
        },
        {
            "start": 932002270,
            "stop": 932002390
        },
        {
            "start": 932018775,
            "stop": 932018830
        },
        {
            "start": 932018890,
            "stop": 932018950
        },
        {
            "start": 932019610,
            "stop": 932019730
        },
        {
            "start": 932019850,
            "stop": 932020030
        },
        {
            "start": 932020510,
            "stop": 932020680
        }
    ]
}